Sequential Thinking (Official)
Freeby MCP Community
Official MCP server enabling structured problem-solving through dynamic thought sequences.
v1.0.0Added Dec 15, 2024
reasoningthinkingofficial
Sequential Thinking MCP Server
Official MCP server enabling structured problem-solving through dynamic thought sequences.
Features
- Structured reasoning
- Dynamic sequences
- Problem decomposition
- Hypothesis testing
- Official
Installation
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-sequential-thinking
Add to claude_desktop_config.json
{
"mcpServers": {
"sequential-thinking-(official)": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}