What is the Durable Thinking MCP server?
Self-hosted persistent sequential thinking with private history and MCP App visualization.
How to install Durable Thinking
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"durable-thinking": {
"url": "https://{worker_host}/mcp-compat"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"durable-thinking": {
"serverUrl": "https://{worker_host}/mcp-compat"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"durable-thinking": {
"type": "http",
"url": "https://{worker_host}/mcp-compat"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"durable-thinking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{worker_host}/mcp-compat"
]
}
}
}Claude Code
claude mcp add --transport http durable-thinking https://{worker_host}/mcp-compatRelated MCP servers
Music Studio
Maintained
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
63
View repository →TypeScript
MIT
Lotus Wisdom
Active
Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.
31
View repository →TypeScript
MIT
MinerU
Active
MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.
9
View repository →JavaScript
MIT
Vox MCP
Maintained
Multi-model AI gateway — 8 providers plus local models, no system prompt injection.
0
View repository →Python
Apache-2.0
Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.
View repository →