Roundtable
A multi-role AI discussion system that enables users to manage diverse AI personas for collaborative debate and consensus-driven decision-making. It provides tools for role configuration, automated meeting facilitation, and the generation of formatted meeting minutes via the MCP protocol.
README
圆桌会议系统 (Roundtable)
多角色 AI 讨论系统,通过定义不同角色让多个 AI 代表不同观点进行讨论,最终形成共识决策。
功能特性
- 角色管理 - 创建、删除角色,每个角色有独立的 IDENTITY.md 定义
- 圆桌讨论 - 多角色轮流发言,自动检测共识达成
- 会议纪要 - 自动生成 Markdown 格式会议纪要
- 时间感知 - 支持时间相关话题的实时搜索
- MCP 集成 - 支持通过 MCP 协议调用所有功能
快速开始
1. 克隆项目
git clone https://github.com/your-repo/roundtable-mcp.git
cd roundtable
2. 安装依赖
pip install -r requirements.txt
3. 配置
# 复制配置模板
cp config.json.example config.json
# 编辑配置,填入你的 API Key
vim config.json
4. 启动
python3 main.py
MCP 部署
与 Claude Code 集成
在 Claude Code 配置文件中添加:
{
"mcpServers": {
"Roundtable": {
"command": "/path/to/roundtable/venv/bin/python",
"args": ["/path/to/roundtable/mcp_server.py"]
}
}
}
MCP 工具列表
| 工具 | 说明 |
|---|---|
| list_roles | 列出所有角色 |
| get_role_identity | 获取角色 IDENTITY |
| create_role | 创建角色 |
| delete_role | 删除角色 |
| list_meetings | 列出所有会议 |
| create_meeting | 创建会议 |
| get_meeting | 获取会议信息 |
| get_meeting_minutes | 获取会议纪要 |
| delete_meeting | 删除会议 |
| update_meeting_topic | 更新主题 |
| add_meeting_participant | 添加参与者 |
| remove_meeting_participant | 删除参与者 |
| get_meeting_status | 获取状态 |
| update_meeting_rounds | 更新轮次 |
| start_meeting | 启动会议 |
目录结构
roundtable/
├── main.py # 入口文件
├── cli.py # 命令行界面
├── config_manager.py # 配置管理
├── role_manager.py # 角色管理
├── meeting_manager.py # 会议管理
├── llm_client.py # LLM 调用
├── mcp_server.py # MCP 服务器
├── config.json.example # 配置模板
├── mcp.json.example # MCP 配置模板
└── requirements.txt # 依赖
依赖
- Python >= 3.8
- anthropic >= 0.83.0
许可证
GPL-3.0 license
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.