Skip to main content
Coding AgentsPython

askbudi/roundtable

Zero-configuration MCP server that unifies multiple AI coding assistants (Claude Code, Cursor, Codex) through intelligent auto-discovery and standardized interface. Essential infrastructure for autonomous agent development and multi-AI collaboration workflows.

coding-agentslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/askbudi/roundtable

Claude Desktop configuration example:

{
  "mcpServers": {
    "askbudi-roundtable-2": {
      "command": "npx",
      "args": [
        "-y",
        "askbudi/roundtable"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
askbudi