Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Cairn in other clients