Skip to main content
Glama
SameThoughts

HippoDid MCP Server

by SameThoughts

HippoDid MCP Server

HippoDid용 MCP(Model Context Protocol) 서버 — Claude Code, Claude Desktop, ChatGPT, Gemini CLI, Codex CLI, Cursor 및 모든 MCP 호환 클라이언트를 영구적인 AI 캐릭터 메모리에 연결합니다.

HippoDid란 무엇인가요?

HippoDid는 AI 에이전트를 위한 클라우드 메모리 인프라입니다. 선호도, 결정, 기술, 관계와 같은 구조화된 메모리를 검색 가능한 데이터베이스에 저장하고 세션, 도구, AI 공급자 전반에 걸쳐 검색합니다. Claude Code에서 메모리를 작성하고 ChatGPT에서 회상하세요. Cursor에서 Gemini로 전환해도 에이전트의 메모리는 함께 이동합니다.

주요 기능:

  • 크로스 플랫폼 메모리 — OAuth를 통해 모든 MCP 클라이언트 또는 ChatGPT에서 동일한 메모리에 접근

  • 구조화 추출 — 원시 텍스트가 중요도 점수와 함께 분류된 사실로 자동 파싱

  • 시간적 감쇠 — 메모리는 카테고리별로 자연스럽게 희미해짐 (기술은 영구적, 이벤트는 14일 후 소멸)

  • 캐릭터 범위 지정 — 각 에이전트/프로젝트는 자체 메모리 네임스페이스를 가짐

  • BYOK AI — 추출을 위해 자체 OpenAI, Anthropic 또는 Gemini 키 사용

Related MCP server: memory-mcp

빠른 시작

1. API 키 받기

hippodid.com에 가입하고 대시보드에서 API 키를 생성하세요.

2. JAR 다운로드

GitHub 릴리스에서 최신 릴리스를 다운로드하세요.

3. Claude Desktop 구성

Claude Desktop 구성 파일(~/Library/Application Support/Claude/claude_desktop_config.json, macOS)에 추가하세요:

{
  "mcpServers": {
    "hippodid": {
      "command": "java",
      "args": ["-jar", "/path/to/hippodid-mcp-server-1.1.0.jar"],
      "env": {
        "HIPPODID_API_KEY": "hd_key_your_key_here",
        "HIPPODID_CHARACTER_ID": "your-character-uuid"
      }
    }
  }
}

4. 사용 시작

Claude에게 무언가를 기억하도록 요청하고, 메모리를 검색하고, 파일을 동기화하는 등의 작업을 수행하세요.

MCP 도구

도구

설명

create_character

메모리를 저장할 새 캐릭터 생성

list_characters

접근 가능한 모든 캐릭터 나열

add_memory

AUDN 파이프라인을 통해 메모리 추가 (규칙 기반 중요도 + 중복 제거)

add_memory_direct

AUDN 파이프라인을 거치지 않고 메모리를 직접 기록 (Starter+ 등급)

search_memories

메모리 전반에 걸친 하이브리드 의미론적 + 키워드 검색

sync_file

로컬 파일을 HippoDid 클라우드에 동기화

import_document

문서를 가져와 메모리 추출 (Starter+ 등급)

list_synced_files

캐릭터에 대해 클라우드에 동기화된 파일 나열

get_sync_status

캐릭터의 동기화 상태 요약 가져오기

export_character

캐릭터의 모든 메모리를 Markdown으로 내보내기

add_watch_path

파일을 동기화하고 백그라운드 추적을 위해 경로 등록

list_watch_paths

이 세션에서 감시 중인 모든 파일 경로 나열

force_sync

감시 중인 모든 경로를 즉시 강제 동기화

configure_ai

테넌트 BYOK AI 공급자 구성

test_ai_config

저장된 AI 공급자 구성의 연결 테스트

환경 변수

변수

필수

기본값

설명

HIPPODID_API_KEY

HippoDid API 키

HIPPODID_CHARACTER_ID

아니요

백그라운드 동기화용 기본 캐릭터 UUID

HIPPODID_BASE_URL

아니요

https://api.hippodid.com

API 기본 URL

MCP_SYNC_INTERVAL

아니요

300

백그라운드 동기화 간격(초)

MCP_AUTO_CAPTURE

아니요

false

백그라운드 감시자 비활성화 (AI가 동기화 처리)

MCP_AUTO_RECALL

아니요

false

백그라운드 하이드레이션 비활성화 (AI가 다운로드 처리)

MCP_RECALL_CACHE_TTL

아니요

120

검색 결과 캐시 TTL(초)

아키텍처

Claude Desktop → stdio (JSON-RPC) → McpServerRunner → HippoDidClient → HTTP → HippoDid REST API

MCP 서버는 hippodid-spring-boot-starter를 사용하여 HTTP를 통해 HippoDid REST API와 통신합니다. 모든 인증과 테넌트 격리는 Bearer 토큰을 통해 서버 측에서 처리됩니다.

소스에서 빌드

Java 21+ 및 Maven 3.8+가 필요합니다.

mvn clean package -DskipTests
java -jar target/hippodid-mcp-server-1.1.0.jar

버전 관리

MCP 서버 버전은 hippodid-spring-boot-starter 버전과 일치합니다. 호환성을 위해 두 버전이 동일해야 합니다.

라이선스

Apache License 2.0 — LICENSE 참조.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a selective persistent memory layer for AI companions, enabling structured recall, reinforcement, and time-decayed retrieval through an MCP interface.
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides persistent memory for AI assistants via MCP, enabling them to store and recall facts, preferences, and tasks across conversations using either local file storage or a cloud backend with semantic search.
    5
    14
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a persistent, cross-tool memory layer for AI coding agents via MCP, enabling storage and retrieval of decisions, preferences, and context across different tools and models.
    1
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server providing persistent memory for AI agents, enabling them to read, write, and query memories across sessions.
    9
    15
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Cloud-hosted MCP server for durable AI memory

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

View all MCP Connectors

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/SameThoughts/hippodid-mcp-server'

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