Home/Directory/AI & ML/Roundtable

Roundtable

@askbudi · github.com/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…

ClaimedAI & MLstdioToolslocal auth
GitHub

Install one command

terminal
$ pip install roundtable-ai

Or add it with the Claude CLI: claude mcp add askbudi-roundtable

Tools exposed 9 tools

check_codex_availability
check_claude_availability
check_cursor_availability
check_gemini_availability
execute_codex_task
execute_claude_task
execute_cursor_task
execute_gemini_task
roundtable

Configuration generate & copy

Values are filled in locally in your browser — nothing is sent anywhere.

claude_desktop_config.json
{
  "mcpServers": {
    "askbudi-roundtable": {
      "command": "pip",
      "args": ["install", "roundtable-ai"],
      "env": {
        "CLI_MCP_SUBAGENTS": "<your-cli-mcp-subagents>"
      }
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in AI & ML
Compare
@microsoft

MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.

AI & MLstdioRead-only no-auth
149.5k3w ago5 toolslocal
$pip install -e 'packages/markitdown[all]'
Compare
@upstash

Up-to-date code documentation for LLMs and AI code editors.

AI & MLstdioRead-only auth
57.1k6d ago3 toolslocal
$npx ctx7 setup
Compare
@eyaltoledano

AI-powered task management system for AI-driven development.

AI & MLstdioWrite auth
27.4k2mo ago15 toolslocal
$npx task-master init