Durable Thinking
Rank #24,382io.github.linxule/durable-thinking
Self-hosted persistent sequential thinking with private history and MCP App visualization.
Durable Thinking is a Model Context Protocol (MCP) server published by linxule. It ranks #24,382 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Durable Thinking is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 8, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 91,078 of 115,460 servers on MCP Toplist.
Use Durable Thinking
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http durable-thinking https://{worker_host}/mcp-compat[mcp_servers.durable-thinking]
url = "https://{worker_host}/mcp-compat"Add to ~/.codex/config.toml.
https://{worker_host}/mcp-compatSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"durable-thinking": {
"url": "https://{worker_host}/mcp-compat"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"durable-thinking": {
"type": "http",
"url": "https://{worker_host}/mcp-compat"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"durable-thinking": {
"serverUrl": "https://{worker_host}/mcp-compat"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"durable-thinking": {
"url": "https://{worker_host}/mcp-compat"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.linxule%2Fdurable-thinking)<a href="https://mcptoplist.com/server/io.github.linxule%2Fdurable-thinking"><img src="https://mcptoplist.com/badge/io.github.linxule%2Fdurable-thinking.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
linxule
Other servers by linxule
- Music Studio#2,471 · 8 vers
- Lotus Wisdom#11,897 · 12 vers
- Mineru#12,695 · 6 vers
- DeepThonk#17,567 · 1 ver
- Vox MCP#43,583 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 3.1.2 | Aug 8, 2026 |
Frequently asked questions
- Who maintains Durable Thinking?
- Durable Thinking is maintained by linxule, which publishes 11 MCP servers (30 total versions) tracked on MCP Toplist.
- Is Durable Thinking listed on the Official MCP Registry?
- Yes — Durable Thinking is listed on the Official MCP Registry, alongside Glama.
- How many versions does Durable Thinking have?
- MCP Toplist tracks 1 version of Durable Thinking, most recently published on Aug 8, 2026.
- Where can I find the source code for Durable Thinking?
- The source code for Durable Thinking is hosted at github.com/linxule/durable-thinking.