Skip to content
Cline

code context gate for Cline

io.github.wisdomrock/code-context-gate

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

client:Cline transport:stdio runtime:npm

Install code context gate in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

code context gate in other clients