suprawall mcp for Zed
io.github.wiserautomation/suprawall-mcp
SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.
client:Zed
transport:stdio
runtime:npm
Install suprawall mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"suprawall-mcp": {
"command": "npx",
"args": [
"-y",
"suprawall-mcp-plugin"
],
"env": {
"SUPRAWALL_API_KEY": "<SUPRAWALL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs