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
{
"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