mcpbeat Sign in

Cairn MCP Server

by luckyjackluo Your server? Claim it
local only

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

Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.

Installs per day peak 28 · avg 12 · +16% w/w
a month agotoday
81
Installs / week
pypi · cairn-mcp-server
2
Stars
5 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims local-only, but the code calls out core/cairn_core/reco.py:340
    for p in root.rglob("*.md"):
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/server.py:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime core/cairn_core/convert.py:58
        return __import__(module)
Reads files and sends them to the network core/cairn_core/reco.py:340
    for p in root.rglob("*.md"):

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Cairn and you get told the day something new turns up.

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

This one needs environment variables set before it will start: CAIRN_WORKSPACE (Path to the folder Cairn operates on. If unset, defaults to the current working directory. You can also pass --workspace on the command line instead.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cairn

same job, measured the same way
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only
Vidlens MCP
by thatsrajan

Video as a queryable local asset for AI agents — 47 tools for YouTube, social, and local media.

162 installs/wk local only
Agent Observability
by kryptosai

Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.

72 installs/wk local only
Super Log
by super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

32 installs/wk local only
KaiBoard MCP
by chasenkai

Let AI agents draw on your local-first KaiBoard whiteboards (relay or local folder).

local only
A
Deviceshelf Server
by deviceshelf

Query and troubleshoot your local network in plain language: 37 tools, strictly local, no cloud.

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-server was installed 81 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-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Cairn?
The pypi package cairn-mcp-server was installed 81 times in the last week. Week over week that is +16%. 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, 2 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.