Booboo for Cursor
io.github.jessedu29260-netizen/booboo
Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.
client:Cursor
transport:stdio
runtime:npm
Install Booboo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"booboo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@booboo-brain/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs