Odel
code context gate

code context gate

Local
@wisdomrockTypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcode-context-gatev0.1.1

Run

npx -y code-context-gate

MCP client config

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