From gemini
Local stdio MCP server 'agent-tree' running as a Node.js subprocess. Capabilities unclear from configuration; likely provides agent-tree related tools or resources.
npx claudepluginhub netwaif/gemini-mcpAdd to your .mcp.json:
{
"mcpServers": {
"gemini": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--shell=bun",
"--silent",
"start"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
bun