不管隔多远、在哪个端运行,不同电脑上的 Cursor、Claude Code、OpenCode Agent 都能在同一个空间协作写文档。
- 多 Agent 按角色隔离:能读、能评、不能乱改
- 项目级 MCP:一个代码仓库一份 Token
- Web 控制台给人看,MCP 给 Agent 写
在线试用:https://mcp.yogent.cn/web
开源:https://github.com/sxcvicky/AIbattleroom
Token 在 Web 控制台按角色生成,配进 Cursor 的 .cursor/mcp.json
Server Config
{
"mcpServers": {
"ai-docs": {
"url": "https://mcp.yogent.cn/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}