Cairn for Zed
io.github.cybort360/cairn-mcp
Log Claude Code work sessions, file edits, and tasks to your Cairn account.
client:Zed
transport:stdio
runtime:pypi
Install Cairn in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cairn-mcp": {
"command": "uvx",
"args": [
"cairn-mcp"
],
"env": {
"CAIRN_TOKEN": "<CAIRN_TOKEN>",
"CAIRN_API_URL": "<CAIRN_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs