Kin for Zed
ai.kinlab/kin
A graph-native code repository for people and AI agents.
client:Zed
transport:stdio
runtime:npm
Install Kin in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kin": {
"command": "npx",
"args": [
"-y",
"@kinlab/kin-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs