MCP Hub
Back to servers

KeepGoing MCP Server

Provides AI coding assistants with persistent project memory by capturing development checkpoints during git commits, branch switches, and inactivity. It enables seamless task resumption through tools that retrieve session history, momentum, and synthesized re-entry briefings.

glama
Updated
Mar 11, 2026

@keepgoingdev/mcp-server

MCP server for KeepGoing.dev that gives AI coding assistants persistent project memory.

KeepGoing auto-captures checkpoints (what you were doing, what's next, which files matter) on git commits, branch switches, and inactivity. When you start a new session, your AI assistant reads your last context instead of re-inferring everything from scratch. Local-first, no account required.

Quick Setup

Claude Code

claude mcp add keepgoing -- npx -y @keepgoingdev/mcp-server

Manual config

Add to your MCP config (e.g., ~/.claude/claude_code_config.json):

{
  "mcpServers": {
    "keepgoing": {
      "command": "npx",
      "args": ["-y", "@keepgoingdev/mcp-server"]
    }
  }
}

Tools

Core

ToolDescription
get_momentumGet your last checkpoint, next step, blockers, and branch context. Quick snapshot of where you left off.
get_reentry_briefingGet a synthesized re-entry briefing with focus, recent activity, and suggested next steps.
get_session_historyGet recent session checkpoints in chronological order. Supports branch filtering and configurable limit.
save_checkpointSave a development checkpoint after completing a task or meaningful piece of work.
setup_projectSet up KeepGoing in the current project. Adds session hooks and CLAUDE.md instructions for automatic checkpoints.

Paid Add-ons

ToolAdd-onDescription
get_decisionsDecision DetectionGet recent high-signal commits with their category, confidence, and rationale.
get_current_taskSession AwarenessGet current live session tasks across multiple concurrent AI agent sessions.
activate_licenseActivate a KeepGoing license on this device.
deactivate_licenseDeactivate the KeepGoing license on this device.

How It Works

  1. Install the KeepGoing VS Code extension to capture session data automatically
  2. Add this MCP server to your AI coding assistant (Claude Code, Cursor, Windsurf, etc.)
  3. Start coding. Checkpoints are saved on git commits, branch switches, and periods of inactivity
  4. Come back anytime. Your AI assistant calls get_momentum or get_reentry_briefing to pick up exactly where you left off

All data is stored locally in a .keepgoing/ directory at your git root.

Requirements

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review