MCPNav
O

Octocode

MCP server · by Muvon

Developer Tools
npmmcpb
v0.25.1

AI-powered code indexer with semantic search and knowledge graphs

Install

Run one of the commands below, then add the client config underneath.

npm
npx -y @muvon/octocode
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-aarch64-apple-darwin.mcpb
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-aarch64-pc-windows-msvc.mcpb
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-aarch64-unknown-linux-musl.mcpb
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-x86_64-apple-darwin.mcpb
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-x86_64-pc-windows-msvc.mcpb
mcpb
https://github.com/Muvon/octocode/releases/download/0.25.1/octocode-0.25.1-x86_64-unknown-linux-musl.mcpb

Client configuration

Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.

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

About this server

Octocode is listed in the Developer Tools category of the MCPNav directory. It is distributed as npm, mcpb and can be loaded by any client that speaks the Model Context Protocol.

Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.

Frequently asked questions

What is the Octocode MCP server?

Octocode is an MCP server by Muvon. AI-powered code indexer with semantic search and knowledge graphs

How do I install Octocode?

Install it with: npx -y @muvon/octocode. Then add the JSON config to your client's MCP settings and restart the client.

Is Octocode free to use?

The MCP server itself is free to install. The source is public on https://github.com/muvon/octocode. Any third-party API it calls (such as a search or maps API) may require its own key and billing.

Which clients support Octocode?

Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.