Skip to content
VS Code

code context gate for VS Code

io.github.wisdomrock/code-context-gate

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

client:VS Code transport:stdio runtime:npm

Install code context gate in VS Code

.vscode/mcp.json

{
  "servers": {
    "code-context-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

code context gate in other clients