Skip to content
Zed

mcp guardian for Zed

io.github.rudraneel93/mcp-guardian

Security, cost, and health governance proxy for MCP infrastructure

client:Zed transport:stdio runtime:npm

Install mcp guardian in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-guardian": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-guardian/server"
      ],
      "env": {
        "MCP_GUARDIAN_DB_PATH": "<MCP_GUARDIAN_DB_PATH>",
        "ALERT_WEBHOOK_URL": "<ALERT_WEBHOOK_URL>",
        "METRICS_ENABLED": "<METRICS_ENABLED>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp guardian in other clients