Roundtable
now.roundtable.mcp/roundtableMulti-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.
Tools · 13
List available AI models grouped by thinking level (low/medium/high). Shows default models, credit costs, capabilities for each tier. Use this before consult to understand model options.
List your previous MCP tool sessions. Returns session metadata including prompt, tool used, quality score, and credits consumed. Useful for reviewing past council discussions.
Get full details of a previous MCP session by ID. Returns the complete result including participant responses and moderator synthesis. Use list-sessions first to find session IDs.
Query structured logs from your MCP tool executions. Filter by session, severity level, event type, and time range. Useful for debugging and monitoring tool usage.
Check your remaining credits, usage limits, and plan info
Get the dashboard URL for a previous debate session. Returns the thread link and public URL if the thread is public.
Set a thread as public or private. Public threads can be shared via URL. Use session_id from a previous debate session.
Consult the AI coding council — multiple models discuss your engineering question sequentially (each sees prior responses), then a moderator synthesizes. Auto-mode by default — AI picks optimal models…
Architecture design council. Systems Architect, Infrastructure Engineer, and DX Advocate evaluate your system design. Always uses high thinking for maximum depth. Output as ADR.
Code review council. Senior Engineer, Security Reviewer, and Performance Analyst analyze your code and a moderator synthesizes their findings.
Implementation planning council. Tech Lead, Senior Engineer, and QA Strategist break down a feature into actionable steps, identify risks, and define acceptance criteria. Output as ADR.
Debugging council. Root Cause Analyst, Systems Engineer, and Edge Case Investigator collaboratively diagnose bugs, analyze errors, and propose fixes.
Tradeoff assessment council. Pragmatist, Skeptic, and Futurist evaluate options from different angles — short-term vs long-term, risk vs reward, simplicity vs flexibility. Output as pros-cons.
Resources · 3
Current credit balance, plan type, and rate limit status
roundtable://usage
Available AI models grouped by thinking level with credit multipliers
roundtable://models
Roundtable debate results viewer
ui://roundtable/debate-results.html
Prompts · 3
Fast, cheap AI council opinion on a question
High-thinking code review with security + performance focus
Full architecture council for design decisions
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"roundtable": {
"url": "https://mcp.roundtable.now/mcp",
"transport": "streamable-http"
}
}
}