Back to MCP Servers
🔌

muvon/octocode

Apache-2.0API key required

](https://glama.ai/mcp/servers/Muvon/) 🦀 🏠 🍎 🪟 🐧 - Semantic code indexer with GraphRAG knowledge graph. Index your codebase, search in natural language, and expose everything via MCP so AI agents

RustSearch

Install

npx -y muvon-octocode

Required environment variables

VOYAGE_API_KEYSet in your MCP config
OPENROUTER_API_KEYSet in your MCP config
OPENAI_API_KEYSet in your MCP config
JINA_API_KEYSet in your MCP config
GOOGLE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "muvon-octocode": {
      "command": "npx",
      "args": [
        "-y",
        "muvon-octocode"
      ],
      "env": {
        "VOYAGE_API_KEY": "<YOUR_VOYAGE_API_KEY>",
        "OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "JINA_API_KEY": "<YOUR_JINA_API_KEY>",
        "GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.