Durable Thinking for VS Code
io.github.linxule/durable-thinking
Self-hosted persistent sequential thinking with private history and MCP App visualization.
client:VS Code
transport:streamable-http
Install Durable Thinking in VS Code
.vscode/mcp.json
{
"servers": {
"durable-thinking": {
"type": "http",
"url": "https://{worker_host}/mcp-compat"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs