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/mcp.json 또는 사용 중인 도구의 해당 파일)에 추가합니다:

{
  "mcpServers": {
    "keepgoing": {
      "command": "npx",
      "args": ["-y", "@keepgoingdev/mcp-server"]
    }
  }
}

Related MCP server: MCP Memory Server

도구

핵심

도구

설명

get_momentum

마지막 체크포인트, 다음 단계, 차단 요소 및 브랜치 컨텍스트를 가져옵니다. 중단한 지점을 빠르게 파악할 수 있습니다. 토큰 인식 출력을 위해 선택적 tiermodel 매개변수를 허용합니다.

get_reentry_briefing

집중할 내용, 최근 활동, 제안된 다음 단계가 포함된 요약된 재진입 브리핑을 가져옵니다. 토큰 인식 브리핑 계층을 위해 선택적 tiermodel 매개변수를 허용합니다.

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