← Back to Plugins
MCP Server MCP

Model Council

github By github 👁 1 views ▲ 0 votes

Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.

Homepage Verified source GitHub

Install

uvx model-council-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "model-council-mcp",
      "version": "0.14.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated short ids for the models to seat, e.g. 'gpt5,glm'. Each id then takes its own <ID>_BASE_URL, <ID>_API_KEY, <ID>_MODEL and optional <ID>_FORMAT (openai or anthropic). Omit to use a config file instead.",
          "format": "string",
          "name": "COUNCIL_MODELS"
        },
        {
          "description": "Path to a JSON config file, for rosters large enough that several models share one endpoint. Defaults to ~/.config/model-council/config.json when that exists.",
          "format": "filepath",
          "name": "COUNCIL_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...