Coordinated AI agents for complex thinking
Sophisticated sequential thinking through coordinated specialized agents. DeepSeek, Groq, OpenRouter, Anthropic, Ollama.
{
"mcpServers": {
"sequential-thinking-mas": {
"mcpServers": {
"mas-thinking": {
"env": {
"GROQ_API_KEY": "YOUR_KEY"
},
"args": [
"-y",
"mas-sequential-thinking-mcp"
],
"command": "npx"
}
}
}
}
}