ClaudeInk — Knowledge Vault for Zed
io.github.weekdmond/claudeink
Save, search, and compile valuable knowledge from your Claude conversations.
client:Zed
transport:stdio
runtime:npm
Install ClaudeInk — Knowledge Vault in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"claudeink": {
"command": "npx",
"args": [
"-y",
"@claudeink/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs