code context gate for Cursor
io.github.wisdomrock/code-context-gate
Context-aware code retrieval MCP server — ranked, gated results for AI coding agents
client:Cursor
transport:stdio
runtime:npm
Install code context gate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"code-context-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"code-context-gate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs