Servers
Sequential Thinking MCP Server (Python Implementation)
@XD3an
A Python implementation of the Sequential Thinking MCP server using the official Model Context Protocol (MCP) Python SDK. This server facilitates a detailed, step-by-step thinking process for problem-solving and analysis.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"python-sequential-thinking-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/sequential-thinking-mcp",
"run",
"main.py"
]
}
}
}