Model Council MCP Server

An MCP server that seats other LLMs at your table. Your assistant asks them, reads their answers as tool results, relays those answers back and forth for critique, and gives you one merged conclusion - inside a single normal conversation, with no copy-paste. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #155 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Model Council

before you install - you'll need

Set GPT5_BASE_URL, GPT5_API_KEY, GPT5_MODEL, GLM_BASE_URL, GLM_API_KEY, GLM_MODEL, GLM_FORMAT, COUNCIL_PROXY, INHOUSE_PROXY, LOCAL_PROXY before connecting. COUNCIL_MODELS is optional or environment-specific per the README.

Claude Code

claude mcp add totti0135-model-council -- uvx model-council-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "totti0135-model-council": {
      "command": "uvx",
      "args": [
        "model-council-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

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 local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-14 - young repo, little track record yet

license MIT - declared in the repository

pypi package model-council-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Totti0135 is GitHub-verified and matches the repo owner

03 · What Model Council can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.14.0 · 2026-08-24

A long call now says what it is waiting for. A round is minutes of silence on · the wire, and from the client's side that is indistinguishable from a server that · has died - so every MCP client draws a line under it.…

v0.13.0 · 2026-08-20

A seat can have more than one way in. The same model is often reachable · through two or three channels - a company gateway, a public relay, a spare key - · and until now each of them had to be its own member. That is…

v0.12.0 · 2026-08-20

The council can be given a standing objection. Everything this server did · against convergence was defensive - the members are anonymous to each other, · they are never told the weights, and the closing instruction…

04 · Who maintains Model Council

Model Council is maintained by totti0135. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #155 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.Totti0135/model-council (active, first published 2026-08-14 · 13 versions)
packages
pypi:model-council-mcp

06 · Model Council FAQ

What is Model Council?

An MCP server that seats other LLMs at your table. Your assistant asks them, reads their answers as tool results, relays those answers back and forth for critique, and gives you one merged conclusion - inside a single normal conversation, with no copy-paste. It runs locally over stdio via the published package.

Is Model Council still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Model Council?

Run `uvx model-council-mcp`. The README documents 11 environment variables (COUNCIL_MODELS, GPT5_BASE_URL, GPT5_API_KEY…) to set first. Set GPT5_BASE_URL, GPT5_API_KEY, GPT5_MODEL, GLM_BASE_URL, GLM_API_KEY, GLM_MODEL, GLM_FORMAT, COUNCIL_PROXY, INHOUSE_PROXY, LOCAL_PROXY before connecting. COUNCIL_MODELS is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Model Council run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Model Council

More MCP servers to compare · Mt5 MCP By Leo · Tredict · Gitworthy · Tripsy · Xaml MCP

More Python MCP servers · InvGate Service Desk · Paradex Trading · Vibatchium · Agentrisk · Xraylib MCP Server · see all