Shared memory & coordination for AI coding agents โ a blackboard, not an orchestrator.
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 memory and coordination layer for AI coding agents.
Agents do not need another boss. They need a shared blackboard.
Part of Octopus Core โ the open infrastructure stack for governed AI. One job per repo, along the agent lifecycle: Scout ยท Observe ยท Experience ยท Blackboard ยท Workstate ยท Runtime ยท Replay โ with Inspect governing every stage. The whole stack rides one root primitive โ Evidence, the canonical, tamper-evident atom that is the root category everything is built on.
This repo โ Blackboard ยท Coordinate: Shared cognition for coding agents.

Claude Code, Codex, Gemini CLI, Cursor, and your local agents all work on the same repo โ but they are blind to each other. One refactors auth while another rewrites the same file. Context is scattered across CLIs. Nobody can replay what happened.
Octopus Blackboard is not an orchestrator. It does not schedule agents, trigger them, or decide anything on their behalf. It is a passive, local-first shared memory that answers six questions:
Every agent only needs to be able to read the board, write the board, leave messages, and attach evidence. That's the whole contract.

Enterprises are not primarily afraid that agents aren't smart enough. They are afraid that:
The blackboard cuts straight through this. Every write appends a
tamper-evident, hash-chained entry to an append-only timeline, so the
entire history is auditable and replayable โ and any after-the-fact edit to an
earlier entry breaks verification.
Blackboard is the easiest way into the Octopus stack โ pure coordination memory that works today with just Claude Code and Cursor, no orchestrator required. One command sets everything up:
That single command: creates the local board (.octoboard/) if it isn't there,
auto-detects your MCP client (.claude/ โ Claude Code, .cursor/ โ Cursor,
โฆ otherwise a generic snippet), prints the exact paste-ready config for it,
and proves the board works with one write + one read.
Then just:
board_status, then
board_note "hello" โ that's your first board action, on a shared,
tamper-evident timeline.Re-running quickstart is always safe: it never clobbers an existing board or
its history. New to the idea of adopting a coordination layer first? See
Why adopt Blackboard first.
Requires Node โฅ 22. The board is a single SQLite file under .octoboard/,
discovered by walking up from your working directory (like .git).
examples/two-agents.sh plays out the flagship
scenario โ Claude Code and Codex sharing one board on the same repo: a claim
conflict, a live same-file collision, a decision, attribution, a handoff that
lands in the other agent's inbox, an AI review, the human-approval CI gate
(blocked โ passes), the accountability scorecard, blameโnarrative, and a
verified hash chain with session signatures. Run it in an empty directory:
Identity is set with --as <agent> or the OCTOBOARD_AGENT environment
variable. Point at a specific board with --board <dir> or OCTOBOARD_DIR.
The board never blocks โ it surfaces. If two agents claim the same key, or touch the same task's files, both writes are recorded and the second agent is warned:
Git records who pushed a commit. It does not record which AI agent produced the code, in which session, on which machine, whether another AI reviewed it, or whether a human approved it. As AI-native development becomes common, accountability must move beyond Git authorship.
The blackboard adds an attribution layer on top of Git โ it never rewrites history. Git stays the source of code; the blackboard becomes the source of attribution.
A session is one continuous execution of an agent, and the unit attribution hangs off. Starting one makes every subsequent write attribute to it (the active session is remembered across CLI invocations, per agent):
Identity is fully provider-independent โ --provider, --model, --cli, or
the matching OCTOBOARD_* env vars. Any AI CLI (local or cloud) can register
itself with no assumptions about a specific vendor.
blackboard link <rev> reads the files a commit touched (via Git) and records
one attribution per file for the active session. Optionally it writes an
additive git notes entry under refs/notes/blackboard:
Example explain:
Every attribution, review, session, and decision is also recorded in the
hash-chained timeline, so the full accountability history is tamper-evident
and replayable. blackboard and octoboard are the same command.

The point of attribution is to enforce something. The chain from work to a merge gate:
check)Turn queries into an enforceable gate. Read-only โ it reports pass/fail and exits non-zero; the CI system decides what to do. The blackboard never blocks.
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/octopus-blackboard)<a href="https://allmcps.com/mcp/octopus-blackboard"><img src="https://allmcps.com/api/badge/octopus-blackboard?style=directory" alt="Octopus Blackboard on AllMCPs" /></a>