From e0667cda0d56d438c5d928598ee5611f04cbe4b8 Mon Sep 17 00:00:00 2001 From: Phillip Sitbon Date: Fri, 27 Jun 2025 07:59:03 -0700 Subject: [PATCH] Add Magg community server and MBro client (#333) https://github.com/sitbon/magg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d13548..f9cdb2f 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[libSQL by xexr](https://github.com/Xexr/mcp-libsql)** - MCP server for libSQL databases with comprehensive security and management tools. Supports file, local HTTP, and remote Turso databases with connection pooling, transaction support, and 6 specialized database tools. - **[Linear](https://github.com/tacticlaunch/mcp-linear)** - Integrates with Linear project management systems. - **[llm-context](https://github.com/cyberchitta/llm-context.py)** - Share code context with LLMs via Model Context Protocol or clipboard. +- **[🧲 Magg 🧲](https://github.com/sitbon/magg)** - A meta-MCP server that acts as a universal hub, allowing LLMs to autonomously discover, install, and orchestrate multiple MCP servers - essentially giving AI assistants the power to extend their own capabilities on-demand. - **[Make](https://github.com/integromat/make-mcp-server)** - Turn your Make scenarios into callable tools for AI assistants. - **[Maven](https://github.com/Bigsy/maven-mcp-server)** - Tools to query latest Maven dependency information - **[Maya MCP](https://github.com/PatrickPalmer/MayaMCP)** - MCP server for Autodesk Maya @@ -423,6 +424,7 @@ A growing set of community-developed and maintained servers demonstrates various ## Clients +- **[MBro](https://github.com/sitbon/magg/blob/main/docs/mbro.md)** - A powerful interactive terminal **M**CP **Bro**wser client with tab completion and automatic documentation that allows you to work with multiple MCP servers, manage tools, and create complex workflows using AI assistants. - **[mcp-cli](https://github.com/wong2/mcp-cli)** a cli inspector for MCP servers - **[mcp-client](https://github.com/rakesh-eltropy/mcp-client)** MCP REST API and CLI client for interacting with MCP servers, supports OpenAI, Claude, Gemini, Ollama etc. - **[MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge)** 🐍 an openAI middleware proxy to use mcp in any existing openAI compatible client