Skip to content
Zed

code context for Zed

io.github.infino-ai/code-context

Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.

client:Zed transport:stdio runtime:npm

Install code context 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": {
    "code-context": {
      "command": "npx",
      "args": [
        "-y",
        "@infino-ai/code-context"
      ],
      "env": {
        "CX_ROOT": "<CX_ROOT>",
        "CX_INDEX_DIR": "<CX_INDEX_DIR>",
        "CX_AUTO_SYNC": "<CX_AUTO_SYNC>",
        "CX_NO_EMBED": "<CX_NO_EMBED>",
        "CX_NO_RECEIPT": "<CX_NO_RECEIPT>"
      }
    }
  }
}

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

code context in other clients