Octocode provides semantic code search and codebase utilities. It connects to GitHub repositories, allowing AI agents to search, analyze, and manipulate code. Developers use it for code navigation, refactoring, and maintenance tasks.
Octocode provides semantic code search and codebase utilities. It connects to GitHub repositories, allowing AI agents to search, analyze, and manipulate code. Developers use it for code navigation, refactoring, and maintenance tasks.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"muvon-octocode-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-muvon-octocode-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from octocode?"
API Key Required
This server requires an API key from octocode. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| OCTOCODE_API_KEY | Yes | Your octocode API key |
"What resources are available in octocode?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in octocode"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in octocode with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.