Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_REPOYesGitHub 저장소 이름
GITHUB_OWNERYesGitHub 저장소 소유자
GITHUB_TOKENYesGitHub Personal Access Token (repo 권한 필요)
GITHUB_BRANCHNo사용할 브랜치명main
SYNC_INTERVALNo동기화 간격(초)300

Tools

Functions exposed to the LLM to take actions

NameDescription
create_entities

새로운 엔티티들을 생성합니다

create_relations

엔티티 간의 관계를 생성합니다

add_observations

기존 엔티티에 관찰 내용을 추가합니다

delete_entities

엔티티와 관련 관계를 삭제합니다

delete_observations

엔티티에서 특정 관찰 내용을 삭제합니다

delete_relations

특정 관계를 삭제합니다

search_nodes

엔티티를 검색합니다

open_nodes

특정 이름의 엔티티들을 조회합니다

list_entities

엔티티 목록을 조회합니다 (필터링, 정렬, 페이지네이션 지원)

get_entity_names

엔티티 이름 목록만 조회합니다 (가볍고 빠름)

get_entity_types

모든 엔티티 타입과 각 타입별 개수를 조회합니다

read_graph

전체 지식 그래프를 읽습니다

sync_pull

GitHub에서 데이터를 가져와 동기화합니다

sync_push

로컬 데이터를 GitHub로 푸시합니다

force_sync

강제로 양방향 동기화를 수행합니다

create_backup

현재 메모리 상태의 백업을 생성합니다

get_commit_history

최근 커밋 히스토리를 조회합니다

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/YeomYuJun/remote-memory-mcp-server'

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