5 months ago
research-and-dataOpen-source MCP server for strategic reasoning and multi-perspective analysis. Connect AI agents to Counsel's debate-driven decision-making platform with support for consultations, advisor sessions, and automatic question refinement. Features hosted server for instant setup or self-hosted deployment with STDIO/HTTP transport modes.
Server Config
{
"mcpServers": {
"counsel": {
"command": "npx",
"args": [
"-y",
"counsel-mcp-server",
"start"
]
}
}
}