Counsel MCP Server
@mercurialsolo
关于 Counsel MCP Server
Open-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 se
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"counsel": {
"command": "npx",
"args": [
"-y",
"counsel-mcp-server",
"start"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Counsel MCP Server?
Counsel MCP Server is a server that integrates with the Model Context Protocol (MCP) to provide strategic consultations, advisor sessions, and question analysis. It uses multiple AI perspectives to examine questions and generate actionable recommendations. It is intended for users who want automated, multi-perspective analysis via MCP-compatible clients like Claude Desktop, Cursor, or VS Code.
How to use Counsel MCP Server?
You can use the hosted version by adding an HTTP transport configuration with the URL http://counsel-mcp.getmason.dev/mcp. For self-hosted STDIO mode, use the command npx -y counsel-mcp-server start and set the COUNSEL_API_KEY environment variable. Invoke tools such as start_consultation, get_consultation_status, and consult_advisor through your MCP client.
Key features of Counsel MCP Server
- Strategic consultations with multi-perspective AI analysis.
- Interactive advisor sessions for personalized recommendations.
- Automatic question refinement for better analysis.
- Real-time tracking of consultation progress.
- Comprehensive reports with actionable recommendations.
Use cases of Counsel MCP Server
- Sharpen vague questions before launching a full consultation.
- Get multiple AI perspectives on a business or strategic problem.
- Run a guided advisor session to receive step‑by‑step recommendations.
- Monitor the progress of ongoing consultations in real time.
- Retrieve detailed final reports with analysis and next steps.
FAQ from Counsel MCP Server
How do I connect to hosted Counsel MCP Server?
Add the following to your MCP client configuration: "counsel": { "url": "http://counsel-mcp.getmason.dev/mcp", "transport": "http" }. No API key is needed for the hosted version.
Can I run Counsel MCP Server on my own machine?
Yes. Use the STDIO transport by setting "command": "npx" with "args": ["-y", "counsel-mcp-server", "start"] and providing your COUNSEL_API_KEY in the environment variables.
What MCP tools does this server expose?
The server provides six tools: start_consultation, get_consultation_status, get_consultation_report, list_consultations, sharpen_question, and consult_advisor.
Do I need an API key for self-hosted mode?
Yes, the self-hosted STDIO configuration requires the COUNSEL_API_KEY environment variable to be set.
Where can I find documentation and the npm package?
Documentation is at GitHub, the web platform is at https://counsel.getmason.dev, and the npm package is counsel-mcp-server.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论