UNPKG

@general-analysis/mcp-guard

Version:

An MCP guardrail with built-in AI-powered moderation that aggregates multiple MCP servers into one secure interface

51 lines (50 loc) 1.14 kB
{ "name": "@general-analysis/mcp-guard", "version": "1.1.0", "description": "An MCP guardrail with built-in AI-powered moderation that aggregates multiple MCP servers into one secure interface", "type": "module", "main": "dist/index.js", "bin": { "ga-mcp-guard": "./dist/index.js" }, "files": [ "dist", "README.md", ".env.example" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "node test.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "server", "guardrail", "moderation", "ai-safety", "security", "prompt-injection" ], "author": "General Analysis", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/General-Analysis/mcp-guard.git" }, "homepage": "https://github.com/General-Analysis/mcp-guard#readme", "devDependencies": { "@types/node": "^20.11.0", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "dotenv": "^16.6.1", "zod": "^3.22.4" }, "engines": { "node": ">=18.0.0" } }