groupthink

running

A shared thinking layer for teams. Each person's Claude works through a problem independently, then contributions are synthesized and debated before a meeting.

How it works

  1. A topic is created — a question or decision the team needs to think through
  2. Each team member connects their Claude to this server and pushes their contribution
  3. Once everyone has contributed, the server synthesizes the results and can generate a structured debate
  4. The team meets with a shared picture of where they agree, disagree, and what's unresolved

Connect your Claude

Claude Code — run this in your terminal:

claude mcp add --transport http groupthink https://groupthink.beyondtrees.com/mcp --header "Authorization: Bearer YOUR_API_SECRET"

Claude desktop app — add this to your claude_desktop_config.json:

{ "mcpServers": { "groupthink": { "type": "http", "url": "https://groupthink.beyondtrees.com/mcp/YOUR_API_SECRET" } } }

Replace YOUR_API_SECRET with the shared secret, then ask your Claude to list groupthink topics to get started.