Octocode MCP
Rank #764io.github.bgauryy/octocode-mcp
MCP server providing octocode-mcp capabilities
Octocode MCP is a Model Context Protocol (MCP) server published by bgauryy. It ranks #764 of 115,460 servers tracked on MCP Toplist, and its repository has 920 GitHub stars. Octocode MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Jun 6, 2025 and most recently updated on Nov 10, 2025.
Ranks ahead of 114,696 of 115,460 servers on MCP Toplist.
Use Octocode MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add octocode-mcp -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y octocode-mcpReplace each placeholder with your own value before saving.
[mcp_servers.octocode-mcp]
command = "npx"
args = ["-y", "octocode-mcp"]
[mcp_servers.octocode-mcp.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octocode-mcp": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octocode-mcp": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"octocode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octocode-mcp": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"octocode-mcp": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bgauryy%2Foctocode-mcp)<a href="https://mcptoplist.com/server/io.github.bgauryy%2Foctocode-mcp"><img src="https://mcptoplist.com/badge/io.github.bgauryy%2Foctocode-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
bgauryy
Other servers by bgauryy
View all bgauryy servers →Available versions (2)
| Version | Published |
|---|---|
| 7.0.9 | Nov 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Octocode MCP?
- Octocode MCP is maintained by bgauryy, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Octocode MCP listed on the Official MCP Registry?
- Yes — Octocode MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Octocode MCP have?
- MCP Toplist tracks 2 versions of Octocode MCP, most recently published on Nov 10, 2025.
- Where can I find the source code for Octocode MCP?
- The source code for Octocode MCP is hosted at github.com/bgauryy/octocode-mcp.