ctxl for Zed
ai.autoblocks/ctxl
Personal context management for AI assistants
client:Zed
transport:stdio
runtime:npm
Install ctxl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ctxl": {
"command": "npx",
"args": [
"-y",
"ctxl"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs