HomeDevelopment › Octocode MCP - AI Context Platform

Octocode MCP - AI Context Platform

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

Official TypeScript Cloud macOSWindowsLinux
★ 944 stars Last pushed 2026-09-18 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 7.0.9)

npx -y octocode-mcp@7.0.9

Or add to your MCP client config:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": [
        "-y",
        "octocode-mcp@7.0.9"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — GitHub Personal Access Token. Optional - authenticate via GitHub CLI (gh auth login) for automatic token management, or set this token manually for CI/CD environments.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry