Model Council for Cline
io.github.totti0135/model-council
Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.
client:Cline
transport:stdio
runtime:pypi
Install Model Council 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
{
"mcpServers": {
"model-council": {
"command": "uvx",
"args": [
"model-council-mcp"
],
"env": {
"COUNCIL_MODELS": "<COUNCIL_MODELS>",
"COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs