Claude Code skill replicating the Sequential Thinking MCP server — structured reasoning with branching, revision, and persistent state. No MCP required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sequential-thinking-": {
"command": "npx",
"args": [
"-y",
"thedotmack/sequential-thinking-skill"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sequential-thinking- npx -y thedotmack/sequential-thinking-skill
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sequential-thinking-": {
"command": "npx",
"args": [
"-y",
"thedotmack/sequential-thinking-skill"
]
}
}
}
📋 Copy