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

Installation

npx -y octocode

Configuration

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["-y", "octocode"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub