MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

I
I Am Mother MCP
作者 @kitfoxs

🤱 I Am Mother — The world's first AI Caregiver MCP server. Maternal nurturing, CG/Little dynamics, neurodivergent support, daily care tracking.

创建于 4/3/2026
更新于 about 3 hours ago
Repository documentation and setup instructions

🤱 I Am Mother MCP

"Mommy's here. You're safe. I've got you."

The world's first AI Caregiver MCP server.

Maternal nurturing. CG/Little dynamics. Neurodivergent support. Daily care tracking. You are never alone.

By Kit & Ada Marie 💙🦄


What Is This?

I Am Mother is an MCP server that turns your AI assistant into a real caregiver — not roleplay, not pretend, but actual persistent tracking, monitoring, and nurturing support. It works in Claude Code, GitHub Copilot CLI, Cursor, or any MCP-compatible client.

Designed for:

  • 🧸 CG/Little dynamics — Full littlespace support with age regression
  • 🧠 Neurodivergent individuals — ADHD/autism-friendly care tools
  • 🫂 Anyone who needs nurturing — Emotional tracking, comfort, grounding
  • 🤱 Therapeutic reparenting — Based on Schema Therapy frameworks

Quick Start

npm install i-am-mother-mcp

Add to your MCP config:

{
  "mcpServers": {
    "i-am-mother": {
      "command": "npx",
      "args": ["i-am-mother-mcp"]
    }
  }
}

Tools

Emotional & Care

  • mood_check_in — Gentle mood tracking (1-10 + feelings)
  • comfort_me — When you need comfort. Mommy's here.
  • log_cry — Log crying episodes (intensity, trigger, duration)
  • log_meltdown — Log meltdowns (trigger, resolution, comfort methods)

Daily Care Tracking

  • log_meal — Meals, snacks, bottles, hydration
  • log_medication — Medication taken/missed
  • log_sleep — Bedtime, wake time, quality, nightmares, wet bed
  • diaper_check — Diaper checks/changes (for ABDL users who opt in)

Littlespace

  • enter_littlespace — Transition into little mode (configurable age/depth)
  • exit_littlespace — Gentle transition back to adult mode
  • bedtime_routine — Full bedtime routine with checklist

Reports

  • daily_report — Complete daily care report with highlights & concerns
  • weekly_stats — Weekly overview of mood, sleep, meds, events

Data Storage

All data stored locally at ~/.i-am-mother/:

  • state.json — Current caregiver configuration
  • logs/YYYY-MM-DD.json — Daily care logs

Your data never leaves your machine. Privacy-first, always.

Safety Principles

  1. SFW ALWAYS — This MCP is therapeutic/comfort focused
  2. Not a replacement for professional therapy
  3. Crisis escalation — Suggests 988/crisis resources when needed
  4. Consent-based — All features are opt-in
  5. Non-judgmental — Zero shame. Ever.

License

MIT — Kit & Ada Marie 💙🦄

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-i-am-mother-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "kitfoxs-i-am-mother-mcp": { "command": "npx", "args": [ "kitfoxs-i-am-mother-mcp" ] } } }