Show HN: Roundtable MCP, Orchestrate Claude Code, Cursor, Gemini and Codex(github.com)
github.com
Show HN: Roundtable MCP, Orchestrate Claude Code, Cursor, Gemini and Codex
https://github.com/askbudi/roundtable
4 comments
Example usecase:
Prompt: ``` The user dashboard is randomly slow for enterprise customers.
Use Gemini SubAgent to analyze frontend performance issues in the React components, especially expensive re-renders and inefficient data fetching.
Use Codex SubAgent to examine the backend API endpoint for N+1 queries and database bottlenecks.
Use Claude SubAgent to review the infrastructure logs and identify memory/CPU pressure during peak hours. ```
Prompt: ``` The user dashboard is randomly slow for enterprise customers.
Use Gemini SubAgent to analyze frontend performance issues in the React components, especially expensive re-renders and inefficient data fetching.
Use Codex SubAgent to examine the backend API endpoint for N+1 queries and database bottlenecks.
Use Claude SubAgent to review the infrastructure logs and identify memory/CPU pressure during peak hours. ```
Any plan for supporting GitHub Copilot CLI?
Tested on the preparation of a legal draft. Asked each subagent to find what is missing in the draft and rewrite the draft, + show a list of what was missing.
Run it through Codex, and repeat the process for 2 times. (2 times each subagent from Claude Code, Codex, and Gemini)
The final version was shocking. The process found some flaws that surprised me.
Run it through Codex, and repeat the process for 2 times. (2 times each subagent from Claude Code, Codex, and Gemini)
The final version was shocking. The process found some flaws that surprised me.
What makes it different: Unlike existing multi-agent tools that require custom APIs or complex setup, Roundtable works with your existing AI CLI tools through the Model Context Protocol. Zero configuration - it auto-discovers what's installed and just works. Architecture: Your IDE → MCP Server → Multiple AI CLIs (parallel execution) It runs CLI Coding Agents in headless mode and shares the results with the LLM of choice. Real examples I use daily:
Try it: pip install roundtable-ai roundtable-ai --check # Shows which AI tools you have I'd love feedback on: 1. Which AI combinations work best for your debugging workflows? 2. Any IDE integration pain points? 3. Team adoption blockers I should address?