MCP Server
MCP
io.github.octoryn/octopus-blackboard
Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "octopus-blackboard",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identity the server writes under, e.g. \"cursor\" or \"claude-code\". Defaults to \"anon\".",
"name": "OCTOBOARD_AGENT"
},
{
"description": "Explicit board directory. Omitted → the server discovers the nearest .octoboard/ by walking up from the working directory.",
"name": "OCTOBOARD_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment