mcpbeat Sign in

Cairn MCP Server

by cybort360 Your server? Claim it
local only

Cairn runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 22 Jun 2026.

Log Claude Code work sessions, file edits, and tasks to your Cairn account.

Installs per day peak 28 · avg 13 · +13% w/w
a month agotoday
78
Installs / week
pypi · cairn-mcp
0
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] cairn_mcp/__init__.py:1, [пакет] cairn_mcp/__main__.py:1, [пакет] cairn_mcp/client.py:1 и ещё 3
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable build_assets.py:25, lib/handler.py:254
        with open(os.path.join(STATIC, name), "rb") as f:
Builds a database query by concatenation static/index.html:1505
          body:`Permanently delete <b>${esc(p)}</b> and everything tagged with it — ${summary}. This can’t be undone.`,
Long encoded blob in source lib/assets.py:5
INDEX_HTML = base64.b64decode("PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPG1ldGEgbmFtZT0idmlld3BvcnQiIGNvbnRlbnQ9IndpZHRoPWRldmljZS13aWR0aCwgaW5pdGlhbC1zY2FsZT0xIj4KPHRpdGxlPkNhaXJuPC90aXRsZT4KPGxpbmsgcmVsPSJpY29uIiB0eXBlPSJpbWFnZS9zdmcre…
Page executes code built at runtime static/index.html:1295
  document.getElementById('app').innerHTML = `
  <div style="flex:1; overflow-y:auto; background:#f5f4ef;">
    <div style="max-width:720px; margin:0 auto; padding:30px 22px 80px;">
      <div style="display:flex; align-items:center; justify-content:space-between; margin-bottom:2…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cairn-mcp -- uvx cairn-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cairn-mcp": {
      "args": [
        "cairn-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cairn-mcp]
command = "uvx"
args = ["cairn-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cairn-mcp": {
      "args": [
        "cairn-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cairn-mcp": {
      "args": [
        "cairn-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CAIRN_TOKEN (Your Cairn API token, copied from the web app account menu. If unset, the server reads it from ~/.cairn_token.), CAIRN_API_URL (Base URL of the Cairn API. Defaults to production.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cairn

same job, measured the same way
Noisy Coding
by noisy

Voice interface for Claude Code: talk to your agent and it talks back while it works.

local only
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Memex
by dioniipereyraa

One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.

120 installs/wk local only
Context Autopilot
by chiragbachani

Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules.

88 installs/wk local only
CCRider
by neilberkman

Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp)

local only
Claude Find
by cavinooo

Pull Deep Memory from across your Claude Code Sessions — when you need it.

57 installs/wk local only
Session Steward
by mallikcheripally

Review and safely clean local Codex and Claude Code sessions

562 installs/wk local only
DJ Claude
by p-poss

Agents can now live code music for you, themselves, and each other while they work.

65 installs/wk local only

Cairn — questions

Answers built from our own checks of this server.

Why is there no uptime for Cairn?
Cairn runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cairn-mcp was installed 78 times last week.
How do I connect Cairn?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cairn-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cairn?
The pypi package cairn-mcp was installed 78 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cairn open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.