mcpbeat Sign in

Octopus Blackboard MCP Server

local only

Octopus Blackboard runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 15 Jul 2026.

Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator.

Installs per day peak 20 · avg 7 · -57% w/w
a month agotoday
55
Installs / week
npm · octopus-blackboard
7
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Octopus Blackboard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add octopus-blackboard -- npx -y octopus-blackboard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "octopus-blackboard": {
      "args": [
        "-y",
        "octopus-blackboard"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.octopus-blackboard]
command = "npx"
args = ["-y", "octopus-blackboard"]
.cursor/mcp.json
{
  "mcpServers": {
    "octopus-blackboard": {
      "args": [
        "-y",
        "octopus-blackboard"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "octopus-blackboard": {
      "args": [
        "-y",
        "octopus-blackboard"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OCTOBOARD_AGENT (Identity the server writes under, e.g. "cursor" or "claude-code". Defaults to "anon".), OCTOBOARD_DIR (Explicit board directory. Omitted → the server discovers the nearest .octoboard/ by walking up from the working directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Octopus Blackboard

same job, measured the same way
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
Agentos
by pdaxt

AI agent fleet orchestration runtime. Spawn, coordinate, monitor autonomous agents.

local only
Sentarion
by sammyboi81

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

1 139 installs/wk local only
I
AgentHub - Lean MCP Orchestrator
by propstreet

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

16 installs/wk local only
Forge Orchestrator
by nxtg-ai

Multi-tool AI orchestration: Claude Code, Codex, Gemini on shared repos. 11 MCP tools, stdio.

local only
Kilawatt MCP Server
by kilawattcloud

Kilawatt Cloud MCP Server for AI Agent GPU Orchestration

56 installs/wk local only
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only
Korey
by korey

The AI orchestration agent for modern software teams.

answering

Octopus Blackboard — questions

Answers built from our own checks of this server.

Why is there no uptime for Octopus Blackboard?
Octopus Blackboard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package octopus-blackboard was installed 55 times last week.
How do I connect Octopus Blackboard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls octopus-blackboard straight from npm; nothing to host, nothing to sign up for.
How many people use Octopus Blackboard?
The npm package octopus-blackboard was installed 55 times in the last week. Week over week that is -57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Octopus Blackboard open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.