Cairn for Zed
io.github.luckyjackluo/cairn
Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.
client:Zed
transport:stdio
runtime:pypi
Install Cairn in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cairn": {
"command": "uvx",
"args": [
"cairn-mcp-server"
],
"env": {
"CAIRN_WORKSPACE": "<CAIRN_WORKSPACE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs