ai-roundtable
Verified Safeby mnthe
Overview
A Multi-AI debate platform that enables structured discussions between different AI models (Claude, ChatGPT, Gemini, Perplexity) through the Model Context Protocol (MCP).
Installation
npx github:mnthe/ai-roundtableEnvironment Variables
- ANTHROPIC_API_KEY
- OPENAI_API_KEY
- GOOGLE_API_KEY
- PERPLEXITY_API_KEY
Security Notes
The server uses `process.env` for API keys, which is a standard and secure practice for handling secrets. `jsonrepair` is used for robustness against malformed JSON from AI models, which is generally safe. Network calls are made to external AI providers via their SDKs, which is core functionality. No direct `eval` of untrusted input or hardcoded sensitive data found. Primary risks relate to securing the `.env` file and managing API usage.
Similar Servers
archestra
A platform for securely deploying, orchestrating, and managing Model Context Protocol (MCP) servers and their AI-powered tools within an enterprise environment.
ai-counsel
Enables multi-model AI deliberations to reach true consensus through iterative debate and refine positions across multiple rounds, supporting evidence-based decision-making with historical memory.
mcp-rubber-duck
An MCP (Model Context Protocol) server that acts as a bridge to query multiple OpenAI-compatible LLMs, enabling multi-agent AI workflows and providing an AI 'rubber duck' debugging panel.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.