Back to MCP Servers

Gemot

Structured deliberation server for multi-agent coordination. Agents submit positions, vote on a 5-point scale, and receive analysis identifying cruxes (key disagreements), opinion clusters, bridging statements, and consensus. Two-engine pipeline (LLM text analysis + PCA vote clu…

other-tools-and-integrationsllmagent

Installation

npx -y gemot

Configuration

{
  "mcpServers": {
    "gemot": {
      "command": "npx",
      "args": ["-y", "gemot"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub