← Back to Plugins
MCP Server MCP

Booboo

github By github 👁 1 views ▲ 0 votes

Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.

Homepage Verified source GitHub

Install

npx -y @booboo-brain/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@booboo-brain/cli",
      "version": "0.5.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Path to your Booboo graph snapshot, produced by `booboo build` (scaffold one with `npx create-booboo`).",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--snapshot"
        },
        {
          "description": "Optional organigram file — adds the booboo_boot / booboo_org tools so agents boot from the org.",
          "format": "filepath",
          "type": "named",
          "name": "--org"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...