PluginBench
MCP Server

io.github.wisdomrock/code-context-gate MCP Server

io.github.wisdomrock/code-context-gate

What is the io.github.wisdomrock/code-context-gate MCP server?

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

How to install io.github.wisdomrock/code-context-gate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-context-gate": {
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "code-context-gate": {
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "code-context-gate": {
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "code-context-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "code-context-gate"
      ]
    }
  }
}
Claude Code
claude mcp add code-context-gate -- npx -y code-context-gate

Related MCP servers

105 PrimeReact v10 components with props, types, and events

View repository →