MCP Directory
Back

mcp-sequential-thinking

by amalikn · TypeScript · ★ 0

Standalone Sequential Thinking MCP server promoted from modelcontextprotocol/servers/src/sequentialthinking

Install

npx -y github:amalikn/mcp-sequential-thinking

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "github:amalikn/mcp-sequential-thinking"
      ]
    }
  }
}

From the README

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. - Break down complex problems into manageable steps - Revise and refine thoughts as understanding deepens - Branch into alternative paths of reasoning - Adjust the total number of thoughts dynamically - Generate and verify solution hypotheses Facilitates a detailed, step-by-step thinking process for problem-solving and analysis. **Inputs:** - (string): The current thinking step - (boolean): Whether another thought step is needed - (integer): Current thought…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers