Model Council for Cursor
io.github.totti0135/model-council
Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.
client:Cursor
transport:stdio
runtime:pypi
Install Model Council in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"model-council": {
"type": "stdio",
"command": "uvx",
"args": [
"model-council-mcp"
],
"env": {
"COUNCIL_MODELS": "<COUNCIL_MODELS>",
"COUNCIL_CONFIG": "<COUNCIL_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs