ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Claude State Checkpoint Manager with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Create deterministic project snapshots to undo unwanted changes.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete Claude State Checkpoint Manager capability set.

These are the exact actions your AI can choose when you ask it to work with Claude State Checkpoint Manager.

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Claude State Checkpoint Manager.

  1. 01

    Compare to checkpoint

    Identifies what has changed in the workspace since a specific checkpoint was taken

  2. 02

    Create checkpoint

    Captures the current state of the workspace to allow for future comparison or rollback

  3. 03

    List checkpoints

    Provides an overview of all currently saved project states

  4. 04

    Rollback to checkpoint

    This is a destructive action. Reverts the entire project state to the exact moment a specific checkpoint was created

Observed, not estimated

840ms average. Fast in production.

Claude State Checkpoint Manager is checked daily against the live service.

Daily averagePeak 962ms
Aug 20Today
Fastest day
723ms
Slowest day
962ms
14-day trend
Slowing+13%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Claude State Checkpoint Manager, so you can see the experience inside your AI.

It does not authenticate your account with Claude State Checkpoint Manager. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Claude State Checkpoint Manager Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_nc4nZxe5jem5CSsTcA7Qjr8XB8iyyyYWCFHOVpoQ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Claude State Checkpoint Manager capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "claude-state-checkpoint-manager-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nc4nZxe5jem5CSsTcA7Qjr8XB8iyyyYWCFHOVpoQ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Claude State Checkpoint Manager owners ask.

  • 01

    How do I see what changed since my last snapshot?

    You can use the compare_to_checkpoint capability with your specific checkpoint ID to see a detailed diff of added, modified, and deleted files.

  • 02

    Is the rollback process destructive?

    Yes, rollback_to_checkpoint performs a git checkout to revert files to a previous state. Ensure you have committed any important work before rolling back.

  • 03

    How many checkpoints can I keep?

    By default, the system keeps up to 10 checkpoints using a FIFO (First-In-First-Out) eviction strategy. You can adjust this limit using create_checkpoint with the maxCheckpoints parameter.