mcp-gatehouse for Zed
io.github.nickgeorgeseo/gatehouse
Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper
client:Zed
transport:stdio
runtime:pypi
Install mcp-gatehouse in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gatehouse": {
"command": "uvx",
"args": [
"mcp-gatehouse"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs