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 gemotConfiguration
{
"mcpServers": {
"gemot": {
"command": "npx",
"args": ["-y", "gemot"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes