EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,490+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1655
    • Coding1204
    • Infrastructure536
    • Marketing448
    • Design430
    • Projects388
    • Research368
    • Analytics335
    • Testing230
    • MCP225
    • Data210
    • Security198
    • Integration169
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Cairn
    Cairn icon

    Cairn

    Academic Research

    A framework and Python package for maintaining a research group's shared project memory, designed for hybrid human/AI collaboration via git repositories and MCP servers.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT License. Install via pipx from GitHub.

    Engagement

    Available On

    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Academic ResearchMCP ServersKnowledge Management

    Alternatives

    ArkyAI WikiK-Dense Web
    Developer
    Kyle CranmerKyle Cranmer builds open-source tools for AI-assisted scient…

    Listed May 2026

    About Cairn

    Cairn is an open-source framework and Python package created by Kyle Cranmer for managing shared research project memory in a world where AI agents collaborate alongside humans. It defines a repository structure, file schemas, and conventions that sit on top of a plain git repository, making the substrate itself the source of truth. The project was created in May 2026 and is actively being developed using Claude Code.

    What It Is

    Cairn (capitalized) is the framework — the GitHub repository, the Python package, and the conventions. A cairn (lowercase) is an instance: one research project's repository organized following Cairn's conventions. A research group runs one cairn per project as a separate repo alongside their existing code, analysis, and paper repositories. The cairn holds the group's shared memory — decisions, open questions, findings, action items, and meeting notes — that doesn't naturally fit inside any single code repo.

    Core Design Principles

    Cairn is built around two foundational commitments:

    • Substrate-as-specification: state lives in files in git, not in a proprietary database or service. Everything else (agents, indices, dashboards, MCP servers) is a replaceable layer on top.
    • Augmentation, not replacement: collaborators keep using their normal tools — git, Zoom, Slack, email — at their normal rhythm. An agent listens in those native channels and writes structured notes into the cairn as a side effect, so others can catch up on the structured view without having been in the room.

    MCP-First Architecture

    The primary integration surface is an MCP server (cairn mcp) that exposes approximately 28 read and write tools to any Claude Code session. A single server serves all of a user's cairns; each MCP tool accepts a cairn parameter naming the target. The design follows two access modes:

    • Client mode: a Claude Code session opened in a project's code repo, with the cairn as a transparent backend called via MCP — the everyday case.
    • Server mode: a session opened inside the cairn directory itself, used for occasional maintenance, deep debriefs, restructuring, or planning meetings.

    What It Enables

    Cairn's structured memory layer supports several research collaboration patterns:

    • Persistent shared memory across meetings, decisions, findings, and discussions
    • Async contribution and recall — collaborators and their agents can query what was decided or discussed without attending the original conversation
    • Parallel exploration tracking — rationale for alternative inquiries, methodology choices, and comparative analyses can be preserved as tracked explorations
    • Uniform interface for human and AI collaborators with attributed identities
    • Reproducible artifact export into emerging community standards including ASTRA, ARA, and RO-Crate

    Current Status and Roadmap

    The project self-describes its status as: Phase 0–2 mostly shipped, Phase 3 (MCP server) shipped and being UX-tested. The Python package scaffolds new cairns, manages collaborators, decisions, findings, actions, and open questions, validates state, exposes MCP tools, and supports retroactive bootstrap from existing project repos. Phases 4–6 on the roadmap include meeting capture via Whisper and pyannote diarization, an AI collaborator runtime for literature monitoring, and a long-term voice-mode meeting participant. The project sits in an ecosystem alongside peer specifications ASTRA (Agentic Schema for Transparent Research and Analysis) and ARA (Agent-Native Research Artifact), which capture crystallized research outputs that a cairn can export to when work is ready to share.

    Cairn - 1

    Community Discussions

    Be the first to start a conversation about Cairn

    Share your experience with Cairn, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT License. Install via pipx from GitHub.

    • Full Python CLI
    • MCP server with ~28 tools
    • Git-backed project memory
    • Pydantic v2 schemas
    • Bundled agent skills

    Capabilities

    Key Features

    • MCP server exposing ~28 read/write tools to Claude Code sessions
    • Git-backed shared project memory (decisions, findings, actions, open questions)
    • Python CLI for scaffolding and managing cairn repositories
    • Pydantic v2 schemas for structured state files
    • Retroactive bootstrap from existing project repos
    • Bundled agent skill files (orient, log-finding, log-decision, debrief, etc.)
    • Single MCP server serving multiple cairns via registry
    • cairn.toml project-repo pairing
    • Artifact export to ASTRA, ARA, and RO-Crate standards
    • Tracked explorations for alternative lines of inquiry
    • Collaborator registry supporting human, AI, group, and unknown types
    • cairn validate for schema and cross-reference checks
    • cairn status for compact project-state summary with JSON output
    • Backdating and structured PR/commit provenance
    • SessionStart hook for auto-orientation in Claude Code

    Integrations

    Claude Code
    MCP (Model Context Protocol)
    Git
    GitHub
    Zoom
    Slack
    ASTRA
    ARA
    RO-Crate
    W3C PROV
    Whisper (planned)
    pyannote (planned)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Cairn and help others make informed decisions.

    Developer

    Kyle Cranmer

    Kyle Cranmer builds open-source tools for AI-assisted scientific research and collaboration. Cairn is his framework for hybrid human/AI research group memory, built on git and the Model Context Protocol. The project is actively developed using Claude Code and targets the emerging ecosystem of agentic research provenance tools.

    Read more about Kyle Cranmer
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Arky icon

    Arky

    Arky is a visual workspace for complex thinking that turns messy ideas into clear structures with AI-powered organization tools.

    AI Wiki icon

    AI Wiki

    A community-driven encyclopedia covering artificial intelligence concepts, benchmarks, companies, and research.

    K-Dense Web icon

    K-Dense Web

    An AI agent platform that autonomously executes complex research, analysis, and synthesis tasks across science, engineering, healthcare, and finance with access to 250+ databases and 200+ scientific data formats.

    Browse all tools

    Related Topics

    Academic Research

    AI tools designed specifically for academic and scientific research.

    45 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    92 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    88 tools
    Browse all topics
    Back to all tools
    Discussions