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
0
View on GitHub

Installation

npx -y askbudi/roundtable

Configuration

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.

GitHub: https://github.com/askbudi/roundtable

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub