code context gate for Claude Desktop
io.github.wisdomrock/code-context-gate
Context-aware code retrieval MCP server — ranked, gated results for AI coding agents
client:Claude Desktop
transport:stdio
runtime:npm
Install code context gate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"code-context-gate": {
"command": "npx",
"args": [
"-y",
"code-context-gate"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs