An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
Server Config
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}