veche

cyberash-dev/veche
★ 2 stars TypeScript 🤖 AI/LLM Updated today
MCP server for bounded multi-agent committee meetings — Codex + Claude Code deliberate in rounds
View on GitHub →

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"
      ]
    }
  }
}