MCP Server

sequential_thinking

From plugin-creator
Install
1
Run in your terminal
$
npx claudepluginhub jamie-bitflight/claude_skills --plugin plugin-creator
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "sequential_thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking@latest"
      ]
    }
  }
}
Details
Commandnpx
Arguments
-y@modelcontextprotocol/server-sequential-thinking@latest
Actions