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.
Quick Start
Clone the repository:
git clone https://github.com/askbudi/roundtableClaude Desktop configuration example:
{
"mcpServers": {
"askbudi-roundtable": {
"command": "npx",
"args": [
"-y",
"askbudi/roundtable"
]
}
}
}Check the repository README for specific installation and configuration instructions.