Skip to content
Grok

Durable Thinking for Grok

io.github.linxule/durable-thinking

Self-hosted persistent sequential thinking with private history and MCP App visualization.

client:Grok transport:streamable-http

Install Durable Thinking in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "durable-thinking": {
      "type": "http",
      "url": "https://{worker_host}/mcp-compat"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Durable Thinking in other clients