Skip to main content
Glama
bugoms

DayKeeper

by bugoms

DayKeeper (데이키퍼)

사소하지만 챙기면 빛나는 기념일을 찾아, 관계·예산에 맞는 선물과 메시지까지 제안하는 MCP 서버.

"오늘 무슨 날이야?"에서 시작해 기념일 조회 → 선물 추천(검색 링크 포함) → 보낼 메시지 초안까지 행동으로 이어줍니다.

Tools (7)

Tool

설명

get_special_days

특정 날짜(기본: 오늘 KST)의 기념일 조회. 없으면 가까운 기념일 안내

get_upcoming_special_days

향후 N일 내 기념일 타임라인 + D-day

search_special_days

키워드/카테고리로 기념일 검색 (예: 고양이, 커피)

recommend_gifts

상황 × 관계 × 예산 기반 선물 추천 + 선물 검색 링크

generate_celebration_message

관계 × 톤별 바로 보낼 수 있는 메시지 초안 3종

calc_couple_milestones

사귄 날짜 기준 100일 단위·주년 마일스톤 D-day 계산

create_celebration_plan

기념일 + 선물 + 메시지를 하나로 묶은 원스톱 챙김 플랜

Related MCP server: MCP Memory

기술 스펙

  • 전송: MCP Streamable HTTP (경로 /mcp), Stateless

  • 런타임: Python 3.12 + 공식 MCP SDK (FastMCP)

  • 데이터: 내장 큐레이션 JSON (외부 API 호출 없음 — 전 툴 수 ms 응답)

  • 시간대: Asia/Seoul (KST) 고정

  • 헬스체크: GET /health

로컬 실행

python -m venv .venv
.venv/Scripts/pip install -e ".[dev]"   # Windows
.venv/Scripts/python -m daykeeper.server
# → http://127.0.0.1:8080/mcp (Streamable HTTP)

테스트:

.venv/Scripts/python -m pytest

Docker

docker build -t daykeeper .
docker run -p 8080:8080 daykeeper

PORT 환경변수로 포트 변경 가능 (기본 8080).

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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.

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/bugoms/daykeeper-mcp'

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