Skip to content
Zed

Durable Thinking for Zed

io.github.linxule/durable-thinking

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

client:Zed transport:streamable-http

Install Durable Thinking in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "durable-thinking": {
      "url": "https://{worker_host}/mcp-compat"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Durable Thinking in other clients