← Back to browse

Cairn

Indexed by io.github.jasondostal

About

Persistent memory for AI agents and humans. Store, search, and discover patterns.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCAIRN_DB_HOST CAIRN_DB_PASS CAIRN_TRANSPORT CAIRN_LLM_BACKEND
Claude Code
claude mcp add --env CAIRN_DB_HOST= --env CAIRN_DB_PASS= --env CAIRN_TRANSPORT= --env CAIRN_LLM_BACKEND= cairn-mcp -- docker ghcr.io/jasondostal/cairn-mcp:0.21.2
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cairn-mcp","command":"docker","args":["ghcr.io/jasondostal/cairn-mcp:0.21.2"],"env":{"CAIRN_DB_HOST":"","CAIRN_DB_PASS":"","CAIRN_TRANSPORT":"","CAIRN_LLM_BACKEND":""}}'
JSON
{
  "mcpServers": {
    "cairn-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/jasondostal/cairn-mcp:0.21.2"
      ],
      "env": {
        "CAIRN_DB_HOST": "",
        "CAIRN_DB_PASS": "",
        "CAIRN_TRANSPORT": "",
        "CAIRN_LLM_BACKEND": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.