Skip to content
MCP Server Community By @askbudi

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 β†’
Connected Apps: askbudi/roundtable Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-askbudi-roundtable

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": {}
    }
  }
}