← Back to Plugins
MCP Server MCP

Durable Thinking

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{worker_host}/mcp-compat",
      "variables": {
        "worker_host": {
          "description": "Hostname of your deployed Cloudflare Worker, without https://",
          "isRequired": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...