MCP Directory
Back

roundtable

by askbudi · Python · ★ 117

Zero-configuration MCP server that unifies multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through intelligent auto-discovery and standardized interface

#claude-code#cursor#gemini-cli#mcp-server#openai-codex#vibe-coding

Install

pip install git+https://github.com/askbudi/roundtable.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "roundtable": {
      "command": "uvx",
      "args": [
        "git+https://github.com/askbudi/roundtable.git"
      ]
    }
  }
}

From the README

[](https://badge.fury.io/py/roundtable-ai) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](cursor://anysphere.cursor-deeplink/mcp/install?name=roundtable-ai&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJyb3VuZHRhYmxlLWFpQGxhdGVzdCJdLCJlbnYiOnsiQ0xJX01DUF9TVUJBR0VOVFMiOiJjb2RleCxjbGF1ZGUsY3Vyc29yLGdlbWluaSJ9fQo=) Stop copy-pasting between AI models. Roundtable AI is a local MCP server that lets your primary AI assistant delegate tasks to specialized models like Gemini, Claude, Codex, and Cursor. Solve complex engineering problems in parallel, d…
Read full README on GitHub →

Related ai & ml servers