Skip to content
Claude Desktop

Durable Thinking for Claude Desktop

io.github.linxule/durable-thinking

Self-hosted persistent sequential thinking with private history and MCP App visualization.

client:Claude Desktop transport:streamable-http

Install Durable Thinking in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "durable-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{worker_host}/mcp-compat"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Durable Thinking in other clients