Skip to main content
Glama

๐Ÿง  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

  1. Query Decomposition: Your research query is broken into multiple specialized questions

  2. Parallel Execution: Each agent (provider/model combo) researches a different angle

  3. Web Search: Each agent performs web searches to gather current information

  4. 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

-
security - not tested
A
license - permissive license
-
quality - not tested

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