mcp for Zed
io.github.bolyra/mcp
MCP auth middleware: gate tool calls so only authorized agents can act.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bolyra/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs