aggregators
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.
typescript
cloud
local
macos
windows
linux
aggregators
Installation
npx -y askbudi/roundtableConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "roundtable",
"command": "npx",
"args": [
"-y",
"askbudi/roundtable"
]
}About This MCP Server
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub