Skip to content
Zed

Infimium for Zed

io.github.aryankumar06/infimium

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

client:Zed transport:stdio runtime:npm

Install Infimium 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": {
    "infimium": {
      "command": "npx",
      "args": [
        "-y",
        "infimium"
      ],
      "env": {
        "SEARCH_API_KEY": "<SEARCH_API_KEY>",
        "SEARCH_PROVIDER": "<SEARCH_PROVIDER>",
        "CODEBASE_PATH": "<CODEBASE_PATH>",
        "LOCAL_DOCS_PATH": "<LOCAL_DOCS_PATH>",
        "CHROMADB_HOST": "<CHROMADB_HOST>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "SHELL_ALLOWLIST": "<SHELL_ALLOWLIST>"
      }
    }
  }
}

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

Infimium in other clients