Skip to main content
Glama

Memory Bank MCP Server

by t3ta

메모리 뱅크 MCP 서버

모델 컨텍스트 프로토콜(MCP)을 사용하여 세션 간 프로젝트 문서 및 컨텍스트를 관리하기 위한 메모리 뱅크 구현입니다. 이 서버는 Claude와 같은 AI 에이전트가 구조화된 JSON 형식으로 저장된 전역 및 지점별 메모리 뱅크를 통해 일관된 프로젝트 지식을 유지할 수 있도록 지원합니다.

이 프로젝트는 nickbaumann98/cline_docs 저장소의 Cline Memory Bank 에서 영감을 얻었습니다.

패키지

이 저장소는 Yarn Workspaces로 관리되는 모노레포입니다. 다음 패키지가 포함되어 있습니다.

  • packages/mcp : 핵심 MCP 서버 구현입니다. 메모리 뱅크 작업, MCP 도구 실행 및 서버 시작을 처리하는 주요 로직을 포함합니다.
  • packages/schemas : 메모리 뱅크 문서에 사용되는 JSON 스키마를 정의합니다(예: memory_document_v2 ).
  • packages/vscode-extension : 메모리 뱅크 MCP 서버와의 통합을 제공하는 VSCode 확장 프로그램입니다(자세한 내용은 추후 공개).

시작하기

필수 조건

  • Node.js(권장 버전은 .tool-versions 참조)
  • 얀(v1.x)

설치

저장소를 복제하고 루트 디렉토리에서 종속성을 설치합니다.

지엑스피1

MCP 서버 실행

모노레포에서 직접 MCP 서버를 실행할 수 있습니다.

# From the monorepo root directory yarn workspace @memory-bank/mcp start --docs /path/to/your/docs

/path/to/your/docs 프로젝트의 문서 디렉토리( global-memory-bankbranch-memory-bank 위치하거나 생성될 곳)의 실제 경로로 바꾸세요.

서버와 옵션 실행에 대한 자세한 내용은 packages/mcp/README.md 참조하세요.

개발

  • 모든 패키지 빌드: yarn build
  • 모든 패키지에 대한 테스트 실행: yarn test
  • 린트 코드: yarn lint

패키지별 개발 지침은 각 패키지 디렉토리 내의 README 파일을 참조하세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude AI 세션 전반의 프로젝트 문서와 컨텍스트를 글로벌 및 지점별 메모리 뱅크를 통해 관리하기 위한 서버로, 구조화된 JSON 문서 저장소를 통해 일관된 지식 관리가 가능합니다.

  1. 패키지
    1. 시작하기
      1. 필수 조건
      2. 설치
      3. MCP 서버 실행
    2. 개발
      1. 특허

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
          Last updated -
          TypeScript
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol implementation that enables AI-powered access to documentation resources, featuring URI-based navigation, template matching, and structured documentation management.
          Last updated -
          3
          Python
          MIT License
        • -
          security
          F
          license
          -
          quality
          Integrates Backlog project management with Claude via Model Context Protocol, enabling access to projects, issues, and wiki pages through natural language interactions.
          Last updated -
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
          Last updated -
          25
          19
          Python
          MIT License

        View all related MCP servers

        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/t3ta/memory-bank-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server