MCP server for bounded multi-agent committee meetings — Codex + Claude Code deliberate in rounds
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"veche": {
"command": "npx",
"args": [
"-y",
"cyberash-dev/veche"
]
}
}
}
Run in terminal:
claude mcp add veche npx -y cyberash-dev/veche
Add to .cursor/mcp.json:
{
"mcpServers": {
"veche": {
"command": "npx",
"args": [
"-y",
"cyberash-dev/veche"
]
}
}
}