MCP 伺服器

Roundtable AI MCP Server

A local MCP server that coordinates Claude Code and other AI assistants through parallel sub-agents.

1189mo ago
來源

安裝

pip
pip install roundtable-ai

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

Roundtable AI is a local Model Context Protocol (MCP) server for coordinating multiple coding assistants from one IDE prompt. It is designed to work with Claude Code, Cursor, Gemini, and Codex through a standardized interface. The server delegates tasks to specialized CLI tools in parallel and then aggregates the results into a single response. The README describes shared context continuity, model specialization, and use of existing subscriptions and local tools. For Claude Code users, the repository includes a direct MCP add command and an example workflow for delegating analysis and implementation tasks to different sub-agents. It is packaged as a Python tool and can be installed with pip. The project is focused on multi-agent orchestration rather than a prompt template or a standalone skill. It is relevant to Claude Code as an MCP server that can be attached to the Claude Code client.

標籤

mcpclaude-codemulti-agentpythonide-integration