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.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide βInstallation Guide
Detailed Documentation
π βοΈ π π πͺ π§ - 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.
Configuration
{
"mcpServers": {
"askbudi-roundtable": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-askbudi-roundtable"
],
"env": {}
}
}
}