ThinkingCap
🧠 ThinkingCap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses. Built on the Model Context Protocol for seamless integration with Claude Desktop, Cursor, and other MCP-compatible tools.
🌟 Features
🔀 Multi-Agent Research: Deploy multiple AI agents simultaneously for comprehensive analysis
🎯 Multi-Provider Support: OpenAI, Anthropic, xAI, Google, OpenRouter, Groq, Cerebras
⚡ Parallel Execution: All agents run concurrently for maximum speed
🔄 Intelligent Synthesis: Combines multiple perspectives into unified, comprehensive answers
🔍 Built-in Web Search: DuckDuckGo search integration (no API key required)
🔌 MCP Native: Works with any MCP-compatible client via
npx
🚀 Quick Start
Installation
No installation required! Just add to your MCP client configuration.
Configuration
Add the following to your MCP client configuration (e.g., ~/.cursor/mcp.json):
{
"mcpServers": {
"thinkingcap": {
"command": "npx",
"args": [
"-y",
"thinkingcap",
"openrouter:moonshotai/kimi-k2-thinking",
"groq:moonshotai/kimi-k2-instruct-0905",
"cerebras:zai-glm-4.6",
"xai:grok-4-fast"
]
}
}
}Customizing Agents
You can specify any combination of providers and models as arguments:
"args": [
"-y",
"thinkingcap",
"anthropic:claude-sonnet-4-20250514",
"openai:gpt-4o",
"google:gemini-2.0-flash"
]📋 Supported Providers
Provider | Env Variable | Default Model | Example |
|
| gpt-5.1 |
|
|
| moonshotai/kimi-k2-thinking |
|
|
| moonshotai/kimi-k2-instruct-0905 |
|
|
| zai-glm-4.6 |
|
|
| grok-4-fast |
|
|
| claude-opus-4-5 |
|
|
| gemini-3-pro-preview |
|
🔑 Environment Variables
API keys are read from environment variables. Add them to your ~/.bashrc or ~/.zshrc:
export OPENROUTER_API_KEY="sk-or-..."
export GROQ_API_KEY="gsk_..."
export CEREBRAS_API_KEY="..."
export XAI_API_KEY="..."
# etc.🛠️ How It Works
Query Decomposition: Your research query is broken into multiple specialized questions
Parallel Execution: Each agent (provider/model combo) researches a different angle
Web Search: Each agent performs web searches to gather current information
Synthesis: All agent responses are combined into one comprehensive answer
🔥 OpenRouter Fireworks Routing
When using OpenRouter, requests are automatically routed to Fireworks as the preferred provider with fallbacks enabled for maximum reliability.
📝 License
MIT License
🙏 Acknowledgments
Built on the Model Context Protocol
Inspired by multi-agent AI research systems
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Infatoshi/thinkingcap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server