Self-hosted persistent sequential thinking with private history and MCP App visualization.
claude mcp add durable-thinking --transport http https://{worker_host}/mcp-compat
~/.cursor/mcp.json
{
"mcpServers": {
"durable-thinking": {
"url": "https://{worker_host}/mcp-compat"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"durable-thinking": {
"serverUrl": "https://{worker_host}/mcp-compat"
}
}
}
.vscode/mcp.json
{
"servers": {
"durable-thinking": {
"type": "http",
"url": "https://{worker_host}/mcp-compat"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"durable-thinking": {
"url": "https://{worker_host}/mcp-compat"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"durable-thinking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{worker_host}/mcp-compat"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{worker_host}/mcp-compat | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.linxule--durable-thinking/reviews or the review_server meta-tool.
POST /mcp