From b17c8e9ada5073aaf939906f3a68ba3172c70196 Mon Sep 17 00:00:00 2001 From: Mahdiyar Date: Wed, 1 Oct 2025 20:13:42 -0400 Subject: [PATCH] Add Roundtable AI MCP Server to Aggregators section Meta-MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized MCP interface. Provides zero-configuration access to the entire AI coding ecosystem. Key features: - Zero-configuration auto-discovery of AI tools - Unified interface for all AI coding assistants - Cross-platform support (macOS, Windows, Linux) - Production-ready with comprehensive error handling - Built on MCP standard for maximum compatibility Repository: https://github.com/askbudi/roundtable PyPI: pip install roundtable-ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc560328..b42d1c6a 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) Servers for accessing many apps and tools through a single MCP server. - [1mcp/agent](https://github.com/1mcp-app/agent) 📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. +- [askbudi/roundtable](https://github.com/askbudi/roundtable) 📇 ☁️ 🏠 🍎 🪟 🐧 - Meta-MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized MCP interface, providing zero-configuration access to the entire AI coding ecosystem. - [duaraghav8/MCPJungle](https://github.com/duaraghav8/MCPJungle) 🏎️ 🏠 - Self-hosted MCP Server registry for enterprise AI Agents - [glenngillen/mcpmcp-server](https://github.com/glenngillen/mcpmcp-server) ☁️ 📇 🍎 🪟 🐧 - A list of MCP servers so you can ask your client which servers you can use to improve your daily workflow. - [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) 📇 🏠 🪟 🍎 🐧 - A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic, and photorealistic controls.