Skip to content

code context gate for Zed

io.github.wisdomrock/code-context-gate

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

client:Zed transport:stdio runtime:npm

Install code context gate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "code-context-gate": {
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

code context gate in other clients