Skip to content
Zed

Octocode for Zed

io.github.muvon/octocode

AI-powered code indexer with semantic search and knowledge graphs

client:Zed transport:stdio runtime:npm

Install Octocode in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Octocode in other clients