Sequential Thinking MCP
Sequential Thinking MCP provides a structured tool for step-by-step reasoning.
Key Features
- Break complex tasks into explicit thought steps.
- Revise previous steps as new information appears.
- Keep planning and reasoning state visible to the MCP client.
Server Configuration
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": ["@modelcontextprotocol/server-sequential-thinking"]
}
}
}
Security Notes
This server is local and does not require external credentials by default.