{ "mcpServers": { "governed-brain": { "name": "governed-brain", "description": "Bob's Big Brain \u2014 ONE plugin, two modes. Local (default): an in-process governed brain over your own files (~/.teamkb). Team (set TEAMKB_API_URL + TEAMKB_API_TOKEN + TEAMKB_TENANT_ID): a remote proxy to your team's single governed brain over the tailnet. This root .mcp.json is the project-scope config with a relative path; marketplace installs resolve the plugin root from their manifest.", "version": "1.2.0", "enabled": true, "transport": "stdio", "command": "node", "args": [ "plugin-runtime/bootstrap.cjs" ], "env": { "TEAMKB_API_URL": "${TEAMKB_API_URL:-}", "TEAMKB_API_TOKEN": "${TEAMKB_API_TOKEN:-}", "TEAMKB_TENANT_ID": "${TEAMKB_TENANT_ID:-}" } } } }