Back to MCP Servers
Octocode
Semantic code indexer with GraphRAG knowledge graph. Index your codebase, search in natural language, and expose everything via MCP so AI agents understand architecture — not just files.
developer-toolsairagagent
By Muvon
Installation
npx -y octocodeConfiguration
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": ["-y", "octocode"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes