Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

site mcp in other clients