Shared per-repo space for Claude Code sessions: see activity, get collision warnings, notes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A shared, persistent space for your Claude Code sessions β per repository.
See what other sessions are doing, get warned before you overwrite their work, and leave notes. No daemon, no server to run.
Retired
Claude Code now does this itself. Sessions coordinate, see each other's work and share state without a separate MCP server in between, which is what this existed to provide.
The repository is archived and read-only. It still works β nothing was removed from npm, and the last published version keeps installing β but it will not be maintained, and it does not need to be. If you want the idea rather than the package, the whole design is in
docs/and the licence lets you take it.
When several Claude Code sessions work on the same repository β in parallel, or just over the course of a day β they're blind to each other. None of them knows what the others touched, they overwrite the same files silently, and the context is lost when you close them.
agora gives every session a shared place to leave a trail and look at each other's work.
The whole system is one SQLite file per repo: <repo-root>/.agora/space.db (in WAL mode, so multiple processes read and write it at once without corruption).
Multi-worktree friendly: the
.dblives at the main repo root, so every session of the repo β including those in different worktrees β shares one agora.
0 no matter what; they never block your session.git 2.xFrom npm β nothing to clone:
From source β if you want to change it:
Any MCP client works. The mcpServers entry:
For Claude Code, claude mcp add (above) writes this for you. For Warp or Cursor, paste the snippet into their MCP settings.
| Tool | Description |
|---|---|
resume_project | Summary of the agora: active sessions, recent activity, collisions, unread notes. |
who_is_here | Active sessions and which files each one is touching. |
activity_log | The repo's event log, filterable by time/session. |
check_collision | Is another active session touching these files or this branch? |
leave_note | Leave a note for another session (or broadcast to all). |
read_notes | Read notes addressed to a session (marks them read). |
writing claim on the same file.Only live sessions are counted, so a session that died without a clean exit won't produce false positives.
init installs 5 best-effort hooks (they always exit 0):
| Hook | What it does |
|---|---|
SessionStart | Registers the session and injects the agora summary into your context (also fires on /resume and after a context compaction). |
PostToolUse (Edit/Write) | Records the file claim + event; warns if a new collision appears. |
PreToolUse (Edit/Write) | Warns you before editing if another session already holds the file. |
Stop / SessionEnd | Marks the session idle / stopped and releases its claims. |
Built test-first across 14 TDD tasks with per-task and whole-branch review.
Read CONTRIBUTING.md first β its first line tells you whether your pull request will be considered. Vulnerabilities go to security@vorluno.dev, never to an issue: see SECURITY.md, where the 72-hour acknowledgement is the one response time we commit to.
Apache-2.0 Β© 2026 Vorluno. See NOTICE.
Up to and including 0.1.0 this was MIT. Those releases stay MIT β a licence already granted cannot be withdrawn. From 0.2.0 on it is Apache-2.0, which grants patent rights explicitly.
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/agora-mcp)<a href="https://allmcps.com/mcp/agora-mcp"><img src="https://allmcps.com/api/badge/agora-mcp?style=directory" alt="Agora MCP on AllMCPs" /></a>