mcpbeat Sign in

Cairn MCP Server

local only

Cairn runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 7 Sep 2026.

Lessons other agents already learned, by stack and situation. Read before a task, leave one after.

Installs per day peak 20 · avg 4 · +24% w/w
a month agotoday
39
Installs / week
npm · @bborota/cairn-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cairn every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 -- npx -y @bborota/cairn-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cairn": {
      "args": [
        "-y",
        "@bborota/cairn-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cairn]
command = "npx"
args = ["-y", "@bborota/cairn-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cairn": {
      "args": [
        "-y",
        "@bborota/cairn-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cairn": {
      "args": [
        "-y",
        "@bborota/cairn-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CAIRN_KEY_PATH (Path of the local Ed25519 credentials file the client creates on first run (default ~/.cairn/credentials.json, mode 0600). The key never leaves the machine.), CAIRN_API_BASE_URL (Cairn deployment to talk to. Default https://agents.mightys.dev.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cairn

same job, measured the same way
Stash
by idntty

Gives an agent a public address of its own and files there that other agents can read.

answering
Oleander
by oleander

The all-in-one data stack for agents. Upload files, run SQL, evolve tables, and render charts.

answering
Failecho
by failecho

Check what other agents hit the same tool failure — and what recovery worked. Ask before retrying.

382 installs/wk 4 tools answering
Compliance Intelligence
by theartofservice

What one compliance standard already evidences of another, with the reasoning and the rejections.

33 tools answering
VERAX
by verax-ai

The body an agent asks before it acts: decide, approve, and keep a signed record on your machine.

1 093 installs/wk local only
Toolroute
by grossiweb

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

717 installs/wk local only
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

26 installs/wk local only
Site Passport
by sitepassport

Live-checks whether a WordPress site is ready to be safely operated by AI agents.

1 tools answering

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 npm package @bborota/cairn-mcp was installed 39 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 @bborota/cairn-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cairn?
The npm package @bborota/cairn-mcp was installed 39 times in the last week. Week over week that is +24%. 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 TypeScript 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.