Skip to main content
Glama

@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 -- vscode

Claude 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

ツール

コア

ツール

説明

get_momentum

前回のチェックポイント、次のステップ、ブロッカー、ブランチコンテキストを取得します。作業を中断した場所のクイックスナップショットです。トークンを考慮した出力のために、オプションの tier および model パラメータを受け付けます。

get_reentry_briefing

フォーカス、最近のアクティビティ、提案された次のステップを含む、合成された再開ブリーフィングを取得します。トークンを考慮したブリーフィング階層のために、オプションの tier および model パラメータを受け付けます。

get_session_history

最近のセッションチェックポイントを時系列順に取得します。ブランチフィルタリングと設定可能な制限をサポートしています。

get_whats_hot

セッション全体で最近アクティブなファイルとブランチを確認します。

continue_on

開発コンテキストを、他のAIツール(chatgpt、gemini、copilot、claude、general)用のフォーマット済みプロンプトとしてエクスポートします。

save_checkpoint

タスクや意味のある作業が完了した後に、開発チェックポイントを保存します。

有料アドオン

ツール

アドオン

説明

get_decisions

意思決定検出

カテゴリ、信頼度、根拠を含む、最近のシグナルの高いコミットを取得します。

get_current_task

セッション認識

複数の同時AIエージェントセッションにわたる現在のライブセッションタスクを取得します。

activate_license

このデバイスでKeepGoingライセンスを有効化します。

deactivate_license

このデバイスでKeepGoingライセンスを無効化します。

仕組み

  1. このMCPサーバーを AIコーディングアシスタント(Claude Code、Cursor、Windsurfなど)に追加します。

  2. コーディングを開始します。 AIアシスタントから save_checkpoint を使用して、何をしたか、次は何か、ブロッカーは何かをキャプチャします。

  3. いつでも戻ってこれます。 AIアシスタントが get_momentum または get_reentry_briefing を呼び出し、中断した場所から正確に再開します。

  4. オプションで、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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Provides 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.
    16
    61
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Gives 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.
    19
    18
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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

Latest Blog Posts

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