Skip to main content
AggregatorsTypeScript

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.

aggregatorscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/askbudi/roundtable

Claude Desktop configuration example:

{
  "mcpServers": {
    "askbudi-roundtable": {
      "command": "npx",
      "args": [
        "-y",
        "askbudi/roundtable"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
askbudi