ThinkingCap
Multi-agent research server that runs multiple LLM providers in parallel with web search capabilities, synthesizing their responses into comprehensive answers for complex queries.
README
🧠 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 |
|---|---|---|---|
openai |
OPENAI_API_KEY |
gpt-5.1 | openai:gpt-4o |
openrouter |
OPENROUTER_API_KEY |
moonshotai/kimi-k2-thinking | openrouter:anthropic/claude-3.5-sonnet |
groq |
GROQ_API_KEY |
moonshotai/kimi-k2-instruct-0905 | groq |
cerebras |
CEREBRAS_API_KEY |
zai-glm-4.6 | cerebras |
xai |
XAI_API_KEY |
grok-4-fast | xai:grok-4-fast |
anthropic |
ANTHROPIC_API_KEY |
claude-opus-4-5 | anthropic |
google |
GOOGLE_API_KEY |
gemini-3-pro-preview | google:gemini-2.0-flash |
🔑 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Neon Database
MCP server for interacting with Neon Management API and databases