AI

Install and Use GBrain MCP in Zoo Code

Install and Use GBrain MCP in Zoo Code

1. Installation Open Zoo Code → click ⚙️ → choose Edit Global MCP (for all projects) or Edit Project MCP (saved in .roo/mcp.json). Paste the following config into the file: { "mcpServers": { "gbrain": { "type": "streamable-http", "url": "http://gbrain:7333/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } } Note: If the server uses SSE (legacy), change "type" to "sse". Try streamable-http first. 2. Connection check 2a. In the Zoo Code UI Click ⚙️ → view the list of MCP servers Green dot = connection OK Red dot = error → hover to see the message 2b.