# Roundtable > Roundtable is a free, open-source command-line tool and MCP server that convenes a council of up to six frontier AI models — Grok, Codex/OpenAI, GLM, MiniMax, Claude, and Gemini — answering a question in parallel and optionally deliberating to consensus, then handing back one decided answer. Runs on plain provider API keys, no hosted account. A Frontier Infra project, MIT licensed. ## Install - [Installer (canonical)](https://roundtable.sh/install.sh): one-line install — `curl -fsSL https://roundtable.sh/install.sh | bash`. Works on macOS and Linux. - [Get Started](https://roundtable.sh/docs/get-started): install via installer, uv, pip, or Homebrew; authenticate; run your first council in under a minute. ## Docs - [How it works](https://roundtable.sh/docs/how-it-works): advisory panels vs. chaired deliberation to consensus, and the Claude chair. - [The heads](https://roundtable.sh/docs/the-heads): the six models, the provider key each seat needs, and how to enable or disable heads. - [CLI reference](https://roundtable.sh/docs/cli-reference): every command and every `ask` flag, with examples and exit codes. - [MCP & harness install](https://roundtable.sh/docs/mcp-and-harness): run `roundtable mcp serve` and auto-wire Claude Code, Cursor, and the Codex CLI. - [For AI agents](https://roundtable.sh/docs/agents): the short install/configure/use path for autonomous agents. ## Source - [Tool repository](https://github.com/frontier-infra/roundtable): the Roundtable CLI source. - [Agent guide (AGENTS.md)](https://github.com/frontier-infra/roundtable/blob/main/AGENTS.md): the canonical machine-readable install/configure/use guide. - [Website repository](https://github.com/frontier-infra/roundtable.sh): the source for this site. ## Discovery - [Agent manifest](https://roundtable.sh/agent.txt): the Agent View Layer (AVL) manifest listing every `.agent` companion. - [Full site content](https://roundtable.sh/llms-full.txt): the entire site as one markdown document. - [Sitemap](https://roundtable.sh/sitemap.xml): generated by the site build. ## About - [Frontier Infra](https://frontierinfra.org): the project's publisher. - [Frontier Infra on GitHub](https://github.com/frontier-infra): more open-source agent-ready tools. - License: MIT.