PluginBench
MCP Server
Active
MIT

Durable Thinking MCP Server

io.github.linxule/durable-thinking

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-compat

Related MCP servers

Music Studio

Maintained

Music studio: ABC notation composition and Strudel live coding with ext-apps UI.

63
TypeScript
MIT
View repository →

Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.

31
TypeScript
MIT
View repository →

MinerU

Active

MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.

9
JavaScript
MIT
View repository →

Vox MCP

Maintained

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

0
Python
Apache-2.0
View repository →

Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.

View repository →