← All servers

Durable Thinking

io.github.linxule/durable-thinking v3.1.2
Official Registry git data

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add durable-thinking --transport http https://{worker_host}/mcp-compat
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "durable-thinking": {
      "url": "https://{worker_host}/mcp-compat"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "durable-thinking": {
      "serverUrl": "https://{worker_host}/mcp-compat"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "durable-thinking": {
      "type": "http",
      "url": "https://{worker_host}/mcp-compat"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "durable-thinking": {
      "url": "https://{worker_host}/mcp-compat"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "durable-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{worker_host}/mcp-compat"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://{worker_host}/mcp-compat none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.linxule--durable-thinking/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent