Skip to content
Zed

ai context for Zed

com.vibgrate/ai-context

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

client:Zed transport:stdio runtime:npm

Install ai context in Zed

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

{
  "context_servers": {
    "ai-context": {
      "command": "npx",
      "args": [
        "-y",
        "@vibgrate/cli"
      ]
    }
  }
}

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

ai context in other clients