Skip to content
Zed

oxcode for Zed

io.github.snowmead/oxcode

PageRank-curated code intelligence for coding agents over an indexed source repository.

client:Zed transport:stdio runtime:npm

Install oxcode in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "oxcode": {
      "command": "npx",
      "args": [
        "-y",
        "@snowmead/oxcode-mcp"
      ],
      "env": {
        "OXCODE_NO_AUTO_UPDATE": "<OXCODE_NO_AUTO_UPDATE>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

oxcode in other clients