MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

I
I Am Mother MCP

๐Ÿคฑ I Am Mother โ€” The world's first AI Caregiver MCP server. Maternal nurturing, CG/Little dynamics, neurodivergent support, daily care tracking.

Created 4/3/2026
Updated about 7 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 ๐Ÿ’™๐Ÿฆ„

Quick Setup
Installation guide for this server

Install Package (if required)

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

Cursor configuration (mcp.json)

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