← Back to Plugins
MCP Server MCP

io.github.rudraneel93/mcp-guardian

github By github 👁 1 views ▲ 0 votes

Security, cost, and health governance proxy for MCP infrastructure

Homepage Verified source GitHub

Install

npx -y @mcp-guardian/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mcp-guardian/server",
      "version": "2.3.21",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to SQLite history database",
          "format": "string",
          "default": "~/.mcp-guardian/history.db",
          "name": "MCP_GUARDIAN_DB_PATH"
        },
        {
          "description": "Slack or Discord webhook for critical alerts",
          "format": "string",
          "isSecret": true,
          "name": "ALERT_WEBHOOK_URL"
        },
        {
          "description": "Expose Prometheus metrics",
          "format": "string",
          "name": "METRICS_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...