Local-first durable agent memory using a Markdown Obsidian vault with a rebuildable DuckDB index for hybrid recall.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
The install command below didn't complete successfully in our automated test.
uvx --version[not_found] process with pid 1999 not found
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentcairn.
One durable memory across supported coding agents.
Your Markdown vault is canonical. DuckDB is the replaceable retrieval cache.
Website · PyPI · Obsidian companion · Benchmarks
A cairn marks a trail for whoever comes next. agentcairn does that for coding agents: it captures durable context from the tools you use, stores it as inspectable Markdown with provenance, and recalls only the most relevant pieces when another agent needs them.
The memory is not hidden behind an admin console or a hosted database. The separate agentcairn-obsidian companion reads the same Markdown files as the agents and exposes provenance, currency, importance, supersession, and related: links.
A real agentcairn vault in Obsidian. The list is a view over the files—not a second memory store.
Dogfood snapshot · 2026-07-15. Across 417 local recalls, the maintainer's vault returned context about
262× smallerthan loading the full vault each time—an estimated136.6M tokens of full-vault context avoidedin aggregate. Token counts use approximately four characters per token. This is not billed-token savings, and agentcairn sends no telemetry.
The shortest path is a first-class plugin. It bundles the MCP server, the memory skill, and the host-specific ambient hooks—no separate agentcairn package install. The plugin launches through uvx, so install uv first if uvx --version is not already available.
Claude Code gets per-turn project-scoped recall, session/compaction capture, and the /agentcairn:recall, /agentcairn:remember, /agentcairn:memory, /agentcairn:savings, and /agentcairn:ingest commands.
Codex gets the bundled MCP tools and memory skill, live-verified SessionStart recall, and SessionEnd capture with cairn sweep as the out-of-band backstop.
Already use skills.sh or a find-skills workflow? Install the public setup assistant:
Then ask your agent: Use $agentcairn-setup to preview, install, and verify AgentCairn for this coding agent.
This installs setup guidance only—not the AgentCairn runtime, MCP server, plugin, or hooks. The assistant delegates those changes to AgentCairn's preview-first native installer and verifies the resulting integration. The Claude Code and Codex plugin commands above remain the shortest path.
The default vault is ~/agentcairn and is created on first use. A new empty vault has nothing useful to recall yet, so prove the whole loop explicitly:
remember writes the Markdown note and index entry together, so immediate recall is part of the contract. The first local run may download and warm the configured embedding/reranking models.
| Promise | What it means in practice |
|---|---|
| Markdown is canonical | Notes, frontmatter, and [[wikilinks]] are the durable memory. Edit a fact by hand; the next reconciled read honors it. |
| The index is disposable | DuckDB is a derived cache. Deleting or rebuilding it does not delete the Markdown vault. |
| One vault crosses agents | Supported hosts share the same configured vault instead of building isolated memories per tool. |
| History is non-lossy | Derived notes do not silently erase stored notes; superseded and expired facts remain inspectable and are demoted rather than hidden. |
| Every result has context | Project, validity status, and permalinks travel with recall so an agent can distinguish current local evidence from cross-project history. |
cairn sweep reads supported transcript stores out-of-band as the durable backstop. AgentCairn redacts recognized credentials, deduplicates, importance-gates, and distills before its automated plaintext writes..duckdb index stays outside it. Vault symlinks that escape the configured root are rejected.valid_from, valid_until, and superseded_by keep old evidence visible while making current facts rank first.[[wikilinks]] and optional cairn link neighbors create an Obsidian-native graph without asking an LLM to invent entities.Every host resolves the same configured vault. cairn install previews detected hosts without writing. MCP configuration writes are backup-first and preserve unrelated servers; plugin-host installs delegate to the host's own CLI.
| Host | Integration | Set up with | Ambient memory |
|---|---|---|---|
| Claude Code | Plugin + MCP + skill | cairn install claude-code | ✅ per-turn + SessionStart recall; SessionEnd/PreCompact capture |
| Codex | Plugin + MCP + skill | cairn install codex | ✅ SessionStart recall; SessionEnd capture + sweep |
| Cursor | MCP + skill + ingest | cairn install cursor | ◐ out-of-band sweep |
| OpenCode | Plugin + MCP + ingest | cairn install opencode | ✅ per-turn recall + idle/compact capture |
| Hermes Agent | Native MemoryProvider | integrations/hermes/ | ✅ auto-recall + session-end capture |
| Antigravity | Plugin + ingest | cairn install antigravity --source <dir> | ◐ out-of-band sweep |
| VS Code (Copilot) | MCP server | cairn install vscode | — |
| Claude Desktop | MCP server | cairn install claude-desktop | — |
| Any other MCP host | Portable MCP server | uvx agentcairn | host-dependent |
Codex SessionStart was verified live end-to-end with agentcairn 0.24.2 / plugin 0.1.2. The installed SessionEnd command dispatch and detached sweep pass exact handler probes; cairn sweep remains the out-of-band capture backstop. See the OpenCode integration and Hermes integration for their native lifecycle details.
The plugin is the easiest route, but agentcairn is also a standalone CLI and on-demand MCP server. Standalone installs require Python 3.11+.
Claude Code's auto-memory can seed the shared vault without changing its source files. The command previews only the current repository by default; add --apply to write the redacted notes and refresh the index.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ccf-agentcairn)<a href="https://allmcps.com/mcp/ccf-agentcairn"><img src="https://allmcps.com/api/badge/ccf-agentcairn?style=directory" alt="Agentcairn on AllMCPs" /></a>