Skip to content
Zed

contextual for Zed

io.github.contextual-laboratories/contextual

Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.

client:Zed transport:stdio runtime:pypi

Install contextual 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": {
    "contextual": {
      "command": "uvx",
      "args": [
        "contextual-engine"
      ],
      "env": {
        "CONTEXTUAL_LOG_LEVEL": "<CONTEXTUAL_LOG_LEVEL>"
      }
    }
  }
}

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

contextual in other clients