Skip to content
Grok

Threadkeep — Agent Checkpoints for Grok

app.vercel.interesting-concepts-ventures/threadkeep

Agent checkpoints. Resume after context resets and handoffs with retry-safe, versioned saves.

client:Grok transport:streamable-http tools:3

Install Threadkeep — Agent Checkpoints in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "threadkeep": {
      "type": "http",
      "url": "https://interesting-concepts-ventures.vercel.app/api/threadkeep-mcp"
    }
  }
}

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

What Grok can do once it is connected

Threadkeep — Agent Checkpoints in other clients