@keepgoingdev/mcp-server
MCP server for KeepGoing.dev - a momentum companion for developers. KeepGoing helps you keep going on projects when you return after time away.
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 checkpoint instead of re-inferring everything from scratch. Local-first, no account required.
Quick Setup
The easiest way to get started is with the installer, which installs the CLI globally and runs the setup wizard:
curl -fsSL https://keepgoing.dev/install.sh | bashFor a specific tool:
curl -fsSL https://keepgoing.dev/install.sh | bash -s -- claude
curl -fsSL https://keepgoing.dev/install.sh | bash -s -- vscodeClaude Code (manual)
Global (recommended) — works across all your projects:
claude mcp add keepgoing --scope user -- npx -y @keepgoingdev/mcp-serverPer-project — scoped to a single project:
claude mcp add keepgoing --scope project -- npx -y @keepgoingdev/mcp-server





