Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. MCP Server
MCP Server logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/9/2026, 9:01:53 PM

MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
developer-toolsproject-memoryproductivityversion-control

Captures local coding-session checkpoints and provides context for resuming work across branches and projects.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "keepgoing-dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@keepgoingdev/mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The keepgoing-dev/mcp-server MCP server records project context such as checkpoints, next steps, blockers, branch state, and architectural decisions. It stores data locally in a `.keepgoing/` directory at the Git root and exposes MCP tools for saving and retrieving that context. Use it when AI coding sessions are interrupted, spread across worktrees, or resumed after time away. Automatic capture requires the optional KeepGoing VS Code extension; the server can also work standalone with manual checkpoints.

Use cases

•Resume an interrupted coding session
•Review recent work across Git branches
•Capture checkpoints after completed tasks
•Inspect concurrent Claude sessions
•Export project context to another AI tool

Key features

•Local checkpoint storage
•Re-entry briefings and momentum summaries
•Git branch and session context
•Architectural decision retrieval
•Cross-tool context export
•Project and user setup scopes

Capabilities & Tool Schemas (10) ~1.6k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.

get_momentum

Get 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_history

Get recent session checkpoints. Returns a chronological list of what the developer worked on.

get_reentry_briefing

Get 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_decisions

Retrieve 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_task

Get 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_checkpoint

Save 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.

How MCP Server works

What keepgoing-dev/mcp-server MCP server does

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.

How it works

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.

Setup and configuration

The documented runtime requirement is Node.js 18 or newer. The server can be registered with Claude Code using the following command:

Terminal
claude mcp add keepgoing --scope user -- npx -y @keepgoingdev/mcp-server

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.

Tools and capabilities

  • Retrieve momentum, context snapshots, re-entry briefings, and recent session checkpoints.
  • Save checkpoints for completed tasks or meaningful development progress.
  • Review architectural decisions captured from high-signal commits, with current-branch scope by default and an option for project-wide history.
  • Inspect active Claude sessions across worktrees.
  • Export project context into a prompt for another AI tool.
  • Summarize activity across registered projects.
  • Install KeepGoing hooks and instructions at user or project scope.

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.

Limitations and notes

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    🧠 Knowledge & Memory7 views
    Compare vs Codebase Memory MCP →
  • Shodh Memory logoShodh Memory

    Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single 15MB binary, runs offline on edge devices.

    🧠 Knowledge & Memory4 views
    Compare vs Shodh Memory →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
174
Package downloads in the last 30 days.
Last commit
4mo ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server

Use Node.js 18+ and register `npx -y @keepgoingdev/mcp-server` with your MCP client. The README also documents an installer script that installs the CLI and runs setup.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/keepgoing-dev-mcp-server?style=directory)](https://allmcps.com/mcp/keepgoing-dev-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 5, 2026
2/11 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 14, 2026
npm downloads174/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
43Quality signal: Fair Ā· 43/100How this signal is calculated ā–¾
Server availability0/25
Verified ownership8/20
Documentation & tools30/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Ā· @keepgoingdev/mcp-server (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code