Persistent memory, task coordination, and HITL queue for AI coding sessions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Claude Code has no memory between sessions. Meridian fixes that.
Open-source MCP server for persistent AI session memory β shared task log, pinned decisions, human-in-the-loop queue, and tiered handoffs. Works with Claude Code, Cursor, Cline, Claude Desktop, or any MCP client.
Every AI coding session boots blind. You re-explain the architecture, re-describe the constraints, re-list what's been tried. When context fills up mid-task, everything is lost. This is context debt β and it compounds.
Meridian gives your sessions shared memory. They see the same task log, the same pinned decisions, the same goal state. When context fills up, a new session resumes from a compressed handoff in seconds. No copy-paste, no re-explaining from scratch.
A local MCP server every AI session connects to. They share goal state, see each other's task log, and resume from a compressed handoff when context fills up.
Two ways to run Meridian:
Signed binaries for Windows, macOS (Apple Silicon), and Linux are attached to every GitHub release (current: v0.2.6).
Linux / macOS (one-liner via uv):
Linux / macOS (manual binary download):
Windows (PowerShell, one-liner via uv):
Windows (PowerShell, manual binary download):
Dashboard opens at http://localhost:7878. Data persists in ~/.meridian/ by default.
Linux / macOS:
Windows (PowerShell):
Dashboard opens at http://localhost:7878. Data persists in ./data/meridian.db.
Drop a .mcp.json at your project root.
Hosted (no install) β generate an API key at usemeridian.us/settings:
Self-host (from source):
Same JSON snippet β both clients read .mcp.json from the project root.
Add the same mcpServers block to:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop. New chats have Meridian tools. If a newly deployed tool is still missing, follow the MCP tool-surface freshness guide before editing any client cache.
Use dnakov/claude-mcp β included as a submodule β to bridge claude.ai to your local Meridian server:
chrome://extensions and enable Developer modeextensions/claude-mcphttp://localhost:7878/mcpAll 54+ Meridian tools (checkpoint, log_task, pin_decision, etc.) are now available directly in claude.ai planning chat. No copy-pasting session output.
Sign in at usemeridian.us β Settings β MCP client setup β Generate API key β Copy config.
Or manually:
claude.ai (browser) users: install the dnakov/claude-mcp Chrome extension, then visit usemeridian.us/install-mcp for a step-by-step setup guide with one-click copy buttons.
Get your API key at usemeridian.us/settings after sign-in. Free tier: 30 days, no card, full features.
http://localhost:7878 β sessions, tasks, sprint board,
swimlane timeline, HITL queue, pinned decisions.start_session, log_task, claim_task, set_decision,
pin_decision, request_hitl, generate_handoff, and ~50 more.claim_file can claim a single class or
function (parsed with ast / tree-sitter) so two sessions edit the same file
safely; an overlapping claim is blocked with the free symbols listed.board_change signal, no interruption.request_hitl can flag a safe-default option the
dashboard highlights; Enter submits it, number keys pick others.read_file,
list_files, search_code, git_log, get_commit injected automatically. No extra install.State lives in data/meridian.db (SQLite) or a Postgres URL via MERIDIAN_DB_URL.
No cloud required for local use.
Point MERIDIAN_DB_URL at a shared Postgres (Neon free tier works great). Every
teammate runs their own local Meridian against the same DB β instant shared
sessions, no Meridian server in the cloud.
One command wires Claude Code and Codex to Meridian. Every session start injects your project context automatically. Every session end snapshots completed work and writes a delta handoff.
Mac/Linux:
Windows:
Prompts for your Meridian server URL (default http://localhost:7878), then opens
your browser to connect this machine β no project ID or API token to paste. Writes
to ~/.claude/settings.json (Claude Code) or ~/.codex/config.toml (Codex). After
setup, every session automatically:
POST /hooks/session-start β injects goal, sprint items,
recent tasks, and pinned decisions into the session context via additionalContext.POST /hooks/stop β runs auto_capture and writes a delta
handoff so the next session resumes from where this one ended.No more manual start_session() calls. No lost work when context fills.
| Standard | Pro | |
|---|---|---|
| Price | $20/mo | $49/mo (waitlist) |
| Storage | 1 GB included | 10 GB included |
| Compute | 2 CU Β· 100 hrs/mo | 4 CU Β· 300 hrs/mo |
| Bring your own Postgres | β | β |
| OAuth + email magic link | β | β |
| Extra storage | $0.50 / GB-month | $0.50 / GB-month |
| Support | Priority |
30-day free trial Β· no card required
MSL-1.0 β free for local and internal use at any team size. Paid license required if you host Meridian as a service for others. Converts to MIT after 6 years.
For licensing questions: hello@usemeridian.us
Built by @ajc3xc
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/meridian)<a href="https://allmcps.com/mcp/meridian"><img src="https://allmcps.com/api/badge/meridian?style=directory" alt="Meridian on AllMCPs" /></a>