PluginBench
MCP Server
Active
MIT

Booboo MCP Server

io.github.jessedu29260-netizen/booboo

What is the Booboo MCP server?

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

How to install Booboo

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "booboo": {
      "command": "npx",
      "args": [
        "-y",
        "@booboo-brain/cli",
        "mcp",
        "--snapshot",
        "--org"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "booboo": {
      "command": "npx",
      "args": [
        "-y",
        "@booboo-brain/cli",
        "mcp",
        "--snapshot",
        "--org"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "booboo": {
      "command": "npx",
      "args": [
        "-y",
        "@booboo-brain/cli",
        "mcp",
        "--snapshot",
        "--org"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "booboo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@booboo-brain/cli",
        "mcp",
        "--snapshot",
        "--org"
      ]
    }
  }
}
Claude Code
claude mcp add booboo -- npx -y @booboo-brain/cli mcp --snapshot --org

Related MCP servers

BakeryOS bakery-management MCP — recipes, costs, production; propose changes via OAuth.

View repository →