Skip to content
Zed

KIP for Zed

io.github.ldclabs/kip

Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.

client:Zed transport:stdio runtime:npm

Install KIP 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": {
    "kip": {
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/kip-mcp-server"
      ],
      "env": {
        "KIP_BACKEND_URL": "<KIP_BACKEND_URL>",
        "KIP_API_KEY": "<KIP_API_KEY>"
      }
    }
  }
}

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

KIP in other clients