← Back to Plugins
MCP Server MCP

io.github.octoryn/octopus-blackboard

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...