Skip to content
Cursor

Octocode for Cursor

io.github.muvon/octocode

AI-powered code indexer with semantic search and knowledge graphs

client:Cursor transport:stdio runtime:npm

Install Octocode in Cursor

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

{
  "mcpServers": {
    "octocode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@muvon/octocode"
      ]
    }
  }
}

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

Octocode in other clients