🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.
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": {
"mcp-sequentialthinki": {
"command": "npx",
"args": [
"-y",
"spences10/mcp-sequentialthinking-tools"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-sequentialthinki npx -y spences10/mcp-sequentialthinking-tools
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sequentialthinki": {
"command": "npx",
"args": [
"-y",
"spences10/mcp-sequentialthinking-tools"
]
}
}
}
📋 Copy