Skip to content
Zed

MCPSentinel for Zed

io.github.gentaarnezzi/mcpsentinel

Precision-first security scanning for Model Context Protocol servers.

client:Zed transport:stdio runtime:pypi

Install MCPSentinel 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": {
    "mcpsentinel": {
      "command": "uvx",
      "args": [
        "mcp-guardian-scan"
      ],
      "env": {
        "MCPSENTINEL_ALLOWED_HOSTS": "<MCPSENTINEL_ALLOWED_HOSTS>",
        "MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS": "<MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS>"
      }
    }
  }
}

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

MCPSentinel in other clients