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
{
"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