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