Back to MCP Servers
Counsel
Connect AI agents to the Counsel API for strategic reasoning, multi-perspective debate analysis, and interactive advisory sessions.
knowledge-memoryapiaiagent
Installation
npx -y counsel-mcpConfiguration
{
"mcpServers": {
"counsel-mcp": {
"command": "npx",
"args": ["-y", "counsel-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes