Skip to content
Cursor

Octocode MCP - AI Context Platform for Cursor

io.github.bgauryy/octocode-mcp

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

client:Cursor transport:stdio runtime:npm

Install Octocode MCP - AI Context Platform in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "octocode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Octocode MCP - AI Context Platform in other clients