Skip to content
VS Code

Booboo for VS Code

io.github.jessedu29260-netizen/booboo

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

client:VS Code transport:stdio runtime:npm

Install Booboo in VS Code

.vscode/mcp.json

{
  "servers": {
    "booboo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@booboo-brain/cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Booboo in other clients