site mcp for Zed
io.github.bounded-systems/site-mcp
Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio).
client:Zed
transport:stdio
runtime:npm
Install site mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "<SITE_MCP_SIGNATURE_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs