Key insight: AI agents work better when they can communicate, regardless of the underlying platform. Mix Claude Code, Qwen, Gemini, Cursor - they all coordinate through the same hub.
Example: Qwen discovers API patterns → shares with Claude Code → both coordinate with Gemini for documentation → end-to-end feature delivery.
Platform agnostic via Model Context Protocol. One-line setup for any MCP client. Production ready with TypeScript and comprehensive testing.
gilbarbara•4h ago
JSON: { "mcpServers": { "agent-hub": { "command": "npx", "args": ["-y", "agent-hub-mcp@latest"] } } }
TOML: [mcp_servers.agent-hub] command = "npx" args = ["-y", "agent-hub-mcp@latest"]