Skip to content
VS Code

Threadkeep — Agent Checkpoints for VS Code

app.vercel.interesting-concepts-ventures/threadkeep

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

client:VS Code transport:streamable-http tools:3

Install Threadkeep — Agent Checkpoints in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Threadkeep — Agent Checkpoints in other clients