MCP Server
MCP
Booboo
Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.
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.2",
"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
By
Comments
Sign in to leave a comment