Skip to content
Cursor

Threadkeep — Agent Checkpoints for Cursor

app.vercel.interesting-concepts-ventures/threadkeep

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

client:Cursor transport:streamable-http tools:3

Install Threadkeep — Agent Checkpoints in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Threadkeep — Agent Checkpoints in other clients