Model Council for Windsurf
io.github.totti0135/model-council
Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.
client:Windsurf
transport:stdio
runtime:pypi
Install Model Council in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"model-council": {
"command": "uvx",
"args": [
"model-council-mcp"
],
"env": {
"COUNCIL_MODELS": "<COUNCIL_MODELS>",
"COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs