Captures local coding-session checkpoints and provides context for resuming work across branches and projects.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
This server is confirmed live ā we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
get_momentumGet current developer momentum: last checkpoint, next step, blockers, and branch context. Use this to understand where the developer left off. Pass tier or model to control detail level.
get_session_historyGet recent session checkpoints. Returns a chronological list of what the developer worked on.
get_reentry_briefingGet a synthesized re-entry briefing that helps a developer understand where they left off. Includes focus, recent activity, and suggested next steps. Pass tier or model to control detail level.
get_decisionsRetrieve past architectural decisions automatically captured from high-signal commits. Call this BEFORE modifying code in areas likely to have past decisions: auth systems, database schemas, API contracts, infrastructure config, migrations, or core architectural patterns. Also call when a user asks to change a technology choice, reverse a past approach, or asks "why did we do X". Returns decisions scoped to current branch by default; pass branch: "all" for project-wide history.
get_current_taskGet a bird's eye view of all active Claude sessions. See what each session is working on, which branch it is on, and when it last did something. Useful when running multiple parallel sessions across worktrees.
save_checkpointSave a development checkpoint. Call this after completing a task or meaningful piece of work, not just at end of session. Each checkpoint helps the next session (or developer) pick up exactly where you left off.
The keepgoing-dev/mcp-server MCP server gives AI coding assistants a local memory of development work. It can save checkpoints describing what was completed, what should happen next, relevant blockers, and files or branches involved. Later sessions can retrieve that information instead of reconstructing project status from the repository alone.
The server also supports session history, re-entry briefings, compact context snapshots, and momentum summaries. These outputs are intended to help an assistant understand where work stopped and what action should follow. Project context is stored locally in .keepgoing/ at the Git root, and no account is required.
After the server is added to an MCP-compatible coding assistant, the assistant can call save_checkpoint after a task or meaningful piece of work. On a later session, get_momentum, get_context_snapshot, or get_reentry_briefing can return the current state. get_session_history provides recent checkpoints in chronological order.
The optional KeepGoing VS Code extension can automate checkpoint capture when commits are made, branches change, or the developer is inactive. Without the extension, the keepgoing-dev/mcp-server MCP server remains usable through explicit calls to save_checkpoint.
For projects using multiple concurrent sessions, get_current_task reports active Claude sessions, their branches, and recent activity. get_whats_hot summarizes activity across registered projects. continue_on formats project context as a prompt for another AI tool, including supported targets such as ChatGPT, Gemini, Copilot, Claude, or a general prompt.
The documented runtime requirement is Node.js 18 or newer. The server can be registered with Claude Code using the following command:
A project-scoped registration is also supported. Cursor, Windsurf, and other MCP clients can use a configuration entry with npx as the command and -y @keepgoingdev/mcp-server as its arguments. The provided installer can install the CLI and run setup for a selected tool, while setup_project supports user-wide or project-specific KeepGoing setup.
Several tools accept options that control output detail, including tier and model for momentum and briefing responses. Decision detection and session awareness are documented as paid add-ons, while the core server can be used without an account.
The server is focused on local development-session context rather than a general-purpose project database or remote collaboration service. Automatic checkpointing depends on the optional VS Code extension; otherwise checkpoints must be saved through the MCP tool. The documentation specifically describes Claude Code, Cursor, Windsurf, and other MCP tools, but does not define behavior for every client. Decision detection, live session awareness, and license activation are listed as paid add-on functionality.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/keepgoing-dev-mcp-server)<a href="https://allmcps.com/mcp/keepgoing-dev-mcp-server"><img src="https://allmcps.com/api/badge/keepgoing-dev-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>