다정키 (Dajungkey)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@다정키 (Dajungkey)rewrite 'you never listen to me' to sound kinder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
다정키 (Dajungkey)
커플이 싸우기 전에 말투를 한 번 더 다정하게 바꿔주는 AI 커플 말투 도구.
카카오 AGENTIC PLAYER 10 예선 제출용 remote MCP 서버 (TypeScript + @modelcontextprotocol/sdk + Streamable HTTP).
서비스 소개·데모 시나리오는 docs/SUBMISSION.md, 기획 전문은 docs/SPEC.md 참고.
실행 방법
npm install
# 개발 (파일 변경 감지)
npm run dev
# 프로덕션
npm run build
NODE_ENV=production npm start
# 테스트 (API key 불필요 — mock provider로 동작)
npm testRelated MCP server: Copilot Leecher
환경변수
.env.example을 복사해 .env를 만들고 채운다. .env는 절대 커밋하지 않는다.
변수 | 필수 | 설명 |
| 아니오 | Claude API key. 없으면 local fallback mode로 동작 (로컬 결정적 응답). 개발용이며, 실제 심사용 배포에서는 설정을 권장한다. fallback 응답에도 mock/디버그 문구는 사용자에게 노출되지 않는다 |
| key 설정 시 필수 | 런타임 모델명 (예: |
| 아니오 | 서버 포트 (기본 3000) |
엔드포인트
메서드·경로 | 용도 |
| MCP Streamable HTTP 엔드포인트 (PlayMCP 등록 대상) |
| 헬스 체크 ( |
완전 무상태 서버: 세션·DB 없음, 요청마다 MCP 서버 인스턴스를 만들고 응답 후 폐기한다.
응답 지연 보호: LLM 응답이 2.5초를 넘거나 실패하면 local fallback 결과로 즉시 응답한다 (PlayMCP 툴 응답 p99 3,000ms 요건 대응).
MCP Tools
tool | 역할 |
| 날카로운 문장을 감정은 유지한 채 완충 (싸움 방지모드) |
| 무뚝뚝한 문장을 다정하게 |
| 애칭·이모지·선호 말투 반영 (말투팩은 매 호출 전달, 무저장) |
| 격앙된 문장을 잠깐 멈추자는 메시지로 전환 |
공통 출력: { rewritten, safety_action, note? } — safety_action은 none | softened | cooldown_suggested | refused. 상세 스키마는 docs/TOOL_SCHEMA.md.
데이터 정책 (요약)
원문·변환 결과·말투팩을 저장하지 않고 로그에도 남기지 않는다. 로그는 메타데이터만(tool명, 성공 여부, 지연시간, safety_action).
LLM 호출 실패 시 원문을 그대로 반환하지 않는다 — 실패 안내만 반환.
배포 시
NODE_ENV=production권장 (프레임워크 기본 에러 로깅 억제).전문:
docs/PRIVACY.md
검증
npm test— local fallback 기반 smoke test (tool 4개 + annotations + red-team G28·G30 + 지연시간 보호 + 에러 계약)배포 전
docs/GOLDEN_CASES.md의 red-team 케이스(G27~G30)를 실제 LLM으로 수동 검수한다.
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceAn MCP server that provides a copywriter agent to automatically enforce predefined copywriting rules for UI text generation. It enables users to process text through a modular rules system to ensure consistency in elements like button labels and error messages.Last updated
- FlicenseAquality-maintenanceAn MCP server that enables users to review and refine AI outputs through a local web UI, returning feedback as free tool call results to save on GitHub Copilot premium requests. It allows for multiple rounds of iterative improvements within a single request session.Last updated130
- Alicense-qualityDmaintenanceAn intelligent MCP server that analyzes logging quality in your code and provides improvement suggestions using LLM-powered insights.Last updated3Apache 2.0
- Alicense-qualityDmaintenanceAn MCP server that learns your writing style and helps AI assistants emulate your voice by ingesting samples, storing style profiles, and providing context for content generation.Last updated6MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for Midjourney AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/woowon9909/dajungkey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server