Back to MCP Servers
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.
aggregatorsai
By askbudi
Installation
npx -y roundtableConfiguration
{
"mcpServers": {
"roundtable": {
"command": "npx",
"args": ["-y", "roundtable"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes