Skip to content
Cline

legion for Cline

io.github.faulkj/legion

MCP-native LLM councils for debates, juries, blind panels, refinement, and custom deliberation.

client:Cline transport:stdio runtime:npm

Install legion in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "legion": {
      "command": "npx",
      "args": [
        "-y",
        "legion-mcp"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "DEFAULT_BASE_URL": "<DEFAULT_BASE_URL>",
        "DEFAULT_API_KEY": "<DEFAULT_API_KEY>",
        "GPT_API_KEY": "<GPT_API_KEY>",
        "MAX_ROUNDS": "<MAX_ROUNDS>",
        "TOKEN_BUDGET": "<TOKEN_BUDGET>",
        "DYNAMIC_ROLES": "<DYNAMIC_ROLES>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

legion in other clients