askbudi/roundtable
Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows.
Quick Start
Clone the repository:
git clone https://github.com/askbudi/roundtableClaude Desktop configuration example:
{
"mcpServers": {
"askbudi-roundtable-2": {
"command": "npx",
"args": [
"-y",
"askbudi/roundtable"
]
}
}
}Check the repository README for specific installation and configuration instructions.