AgentBrew – Portable toolbelt for your AI agents AgentBrew launched as a centralized Model Context Protocol multiplexer that lets AI developers configure tools once and use them across multiple agents including Claude Code, Gemini CLI, and Cursor. The open-source tool solves fragmentation by acting as a universal hub that supports lazy loading, auto-discovery, and migration from existing configurations. Developers can install, manage, and share tools across agents through a single command-line interface. The Universal Hub for AI Agents. AgentBrew is a centralized Model Context Protocol MCP multiplexer. It allows you to configure your tools once and use them across all your AI agents Claude Code, Gemini CLI, Cursor, etc. . AI developers today face a fragmentation problem: every agent Claude Code, Gemini CLI, Cursor, etc. has its own way of managing MCP servers, tools, and skills. Setting up your favorite tools in one agent doesn't mean you have them in another. AgentBrew solves this by acting as a Universal "USB Hub" for MCP. You install your tools once in AgentBrew, and all your agents can instantly access that same consistent set of capabilities. If you switch agents, your entire "brew" of tools and skills comes with you. Lazy Loading: Servers only start when a tool is actually called. Auto-Discovery: Automatically detects MCP servers in Node.js, Python, and Markdown projects. Universal Migration: Import your existing configurations from Gemini, Claude Code, and Cursor. Instruction Index: Automatically exposes GEMINI.md and CLAUDE.md files as resources for your agents. Clone and enter the repo git clone https://github.com/patchen0518/AgentBrew.git cd AgentBrew Install and build npm install npm run build Link globally npm link Install a tool from a Git URL agentbrew install