mercurialsolo/counsel-mcp
by Various
MCP server for counsel
MCP
mercurialsolo/counsel-mcp
Added 1 June 2026
Overview
An MCP server that exposes counsel functionality via the Model Context Protocol. Built in JavaScript, it allows MCP-compatible clients to interact with counsel capabilities.
Best for
Best for
Developers who need an MCP interface for counsel in their AI toolchain
Use cases
- Integrating counsel with MCP-compatible AI clients
- Building workflows that leverage counsel through standardized MCP interfaces
- Extending counsel functionality by connecting it to MCP-based tools
How to use
Install
npx -y counsel-mcp-server http --port 3000 Tools exposed
debate_idCOUNSEL_API_URL
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, VS Code
Example client config
{\n "mcpServers": {\n "counsel": {\n "url": "http://counsel-mcp.getmason.dev/mcp",\n "transport": "http"\n }\n }\n} Notes
An MCP server that exposes counsel functionality via the Model Context Protocol. Built in JavaScript, it allows MCP-compatible clients to interact with counsel capabilities.
5 stars on GitHub. Last updated 2026-01-15. Licensed MIT.
Use cases
- Integrating counsel with MCP-compatible AI clients
- Building workflows that leverage counsel through standardized MCP interfaces
- Extending counsel functionality by connecting it to MCP-based tools
Pros
- Lightweight JavaScript implementation with minimal dependencies
- Open source under a permissive license
- Simple server structure easy to understand and modify
Cons
- Very early stage project with only 5 GitHub stars
- Limited documentation and community support
- Narrow scope specific to counsel, not general-purpose
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight JavaScript implementation with minimal dependencies
- Open source under a permissive license
- Simple server structure easy to understand and modify
Cons
- Very early stage project with only 5 GitHub stars
- Limited documentation and community support
- Narrow scope specific to counsel, not general-purpose
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.