agentskb for Zed
io.github.cranot/agentskb
Researched knowledge for AI agents. Canonical answers from official sources.
client:Zed
transport:stdio
runtime:npm
Install agentskb in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentskb": {
"command": "npx",
"args": [
"-y",
"@agentskb/cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs