KeepGoing MCP Server
@keepgoingdev/mcp-server
KeepGoing.dev 的 MCP 服务器 - 开发者的进度伴侣。KeepGoing 帮助你在离开一段时间后重新开始项目时保持进度。
KeepGoing 会在 git 提交、分支切换和不活动时自动捕获检查点(你正在做什么、下一步是什么、哪些文件很重要)。当你开始新会话时,你的 AI 助手会读取你上一个检查点,而不是从头开始重新推断一切。本地优先,无需账户。
快速设置
最简单的入门方法是使用安装程序,它会全局安装 CLI 并运行设置向导:
curl -fsSL https://keepgoing.dev/install.sh | bash对于特定工具:
curl -fsSL https://keepgoing.dev/install.sh | bash -s -- claude
curl -fsSL https://keepgoing.dev/install.sh | bash -s -- vscodeClaude Code (手动)
全局(推荐) — 适用于你所有的项目:
claude mcp add keepgoing --scope user -- npx -y @keepgoingdev/mcp-server按项目 — 仅限于单个项目:
claude mcp add keepgoing --scope project -- npx -y @keepgoingdev/mcp-server然后运行 keepgoing setup claude 来配置钩子和规则。
Cursor、Windsurf 和其他工具
添加到你的 MCP 配置文件中(Cursor 为 ~/.cursor/mcp.json,或你工具的等效文件):
{
"mcpServers": {
"keepgoing": {
"command": "npx",
"args": ["-y", "@keepgoingdev/mcp-server"]
}
}
}Related MCP server: MCP Memory Server
工具
核心
工具 | 描述 |
| 获取你上一个检查点、下一步、阻碍因素和分支上下文。快速快照你离开的地方。接受可选的 |
| 获取包含重点、近期活动和建议下一步的合成重新进入简报。接受可选的 |
| 按时间顺序获取最近的会话检查点。支持分支过滤和可配置的限制。 |
| 查看跨会话最近活跃的文件和分支。 |
| 将你的开发上下文导出为格式化的提示词,供其他 AI 工具(chatgpt、gemini、copilot、claude、general)使用。 |
| 在完成任务或有意义的工作后保存开发检查点。 |
付费插件
工具 | 插件 | 描述 |
| 决策检测 | 获取最近的高信号提交及其类别、置信度和基本原理。 |
| 会话感知 | 获取跨多个并发 AI 代理会话的当前实时会话任务。 |
| 在此设备上激活 KeepGoing 许可证。 | |
| 在此设备上停用 KeepGoing 许可证。 |
工作原理
将此 MCP 服务器添加到你的 AI 编码助手(Claude Code、Cursor、Windsurf 等)
开始编码。 使用 AI 助手中的
save_checkpoint来捕获你做了什么、下一步是什么以及任何阻碍因素随时回来。 你的 AI 助手调用
get_momentum或get_reentry_briefing来准确地从你离开的地方继续可选,安装 KeepGoing VS Code 扩展 以在不活动、git 提交和分支切换时自动捕获检查点 — 无需手动保存
所有数据都存储在 git 根目录下的 .keepgoing/ 目录中。
要求
Node.js 18+
KeepGoing VS Code 扩展 是可选的 — 对于在 git 提交、分支切换和不活动时自动捕获检查点很有用,但 MCP 服务器可以通过
save_checkpoint独立工作
链接
许可证
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.
1Gives your AI assistant persistent memory and intelligence about your work patterns.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides AI assistants with persistent memory of your project architecture, development history, and technical decisions, allowing them to give context-aware coding help without needing repeated explanations.16612MIT
- AlicenseBqualityDmaintenanceGives AI coding assistants persistent memory, safety controls, and project awareness by tracking coding sessions, protecting critical files from modifications, and managing approval workflows with automatic changelog generation.1918MIT

Doclea MCPofficial
AlicenseNot gradedqualityCmaintenanceProvides persistent memory for AI coding assistants, storing and retrieving architectural decisions, patterns, and solutions across sessions using semantic search, while also offering git integration for commit messages and code expertise mapping.MIT- AlicenseBqualityBmaintenancePersistent memory and session intelligence for AI coding assistants. Auto-tracks mistakes, decisions, and context via hooks. Mines your full session history for patterns, predictions, and cross-session search.2116MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keepgoing-dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server