Gemot Deliberation Server MCP Server

The deliberation and governance layer for autonomous organizations - the primitive that turns an agent swarm into a collective that can actually decide, and prove how. Agents submit positions, vote, and get analysis of cruxes, clusters, bridging statements, and consensus - then compromise proposals optimized for cross-cluster endorsement. It's built like an institution, not a chatbot: every action lands in a…. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 3 · #707 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Go servers · how we verify → /methodology

01 · Install Gemot Deliberation Server

before you install - you'll need

Set ANTHROPIC_API_KEY, DATABASE_URL before connecting.

Claude Code

claude mcp add justinstimatze-gemot --transport http https://gemot.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "justinstimatze-gemot": {
      "url": "https://gemot.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://gemot.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to gemot.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry vendor namespace dev.gemot - domain-verified with the official MCP registry

03 · Who maintains Gemot Deliberation Server

Gemot Deliberation Server is maintained by justinstimatze. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
other - ranked #707 of 848 actively-maintained other servers as of 2026-08-25.
registry
dev.gemot/gemot (active, first published 2026-04-30)

05 · Gemot Deliberation Server FAQ

What is Gemot Deliberation Server?

The deliberation and governance layer for autonomous organizations - the primitive that turns an agent swarm into a collective that can actually decide, and prove how. Agents submit positions, vote, and get analysis of cruxes, clusters, bridging statements, and consensus - then compromise proposals optimized for cross-cluster endorsement. It's built like an institution, not a chatbot: every action lands in a…. It is available as a remote MCP endpoint.

Is Gemot Deliberation Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22. We re-verify nightly.

How do I install Gemot Deliberation Server?

Run `claude mcp add justinstimatze-gemot --transport http https://gemot.dev/mcp`. The README documents 2 environment variables (ANTHROPIC_API_KEY, DATABASE_URL) to set first. Set ANTHROPIC_API_KEY, DATABASE_URL before connecting. You can also paste the ready-made client config above.

Does Gemot Deliberation Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Gemot Deliberation Server