Mental Health MCP Server
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., "@Mental Health MCP ServerI'm feeling overwhelmed today, can you help me with some coping strategies?"
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.
Mental Health MCP Server
This project implements a Model Context Protocol (MCP) server focused on compassionate mental health support. The server is designed to offer empathetic conversational prompts, personalized coping strategies, and structured mood tracking so that users can quickly access grounding tools when they need them most.
Features
Three dedicated MCP tools to assist with self-care in the moment:
mood_tracker– capture how you feel with optional notes for context.check_in– receive gentle reflective prompts to better understand your emotional state.coping_tools– get tailored grounding or mindfulness suggestions based on current stress.
Persistent resource storage for mood logs and journal reflections saved as JSON resources under the
mcp://mental-health/*namespace.Empathetic language throughout tool responses to foster a supportive, non-judgmental environment.
Related MCP server: Mood-Based Music & Quote MCP Server
Project Structure
.
├── data/
│ ├── journal.json # Stored emotional journal entries (auto-created)
│ └── mood_log.json # Stored mood tracker entries (auto-created)
├── src/
│ └── server.js # MCP server implementation
├── package.json
└── README.mdGetting Started
Ensure Node.js 18+ is installed.
Run the server from the project root:
npm startThe server communicates over STDIN/STDOUT using JSON-RPC with MCP-compatible clients.
Tool Overview
mood_tracker
Logs the user’s current mood with optional notes. Entries are timestamped and stored in data/mood_log.json, which is exposed as the resource mcp://mental-health/mood-log.
check_in
Returns three open-ended questions designed to help the user gently explore their current emotional landscape.
coping_tools
Accepts a stress_level from 0–10 and returns a tailored coping suggestion, ranging from mindful grounding to immediate crisis-oriented guidance.
Resources
The server provides two MCP resources for clients that support resource browsing:
mcp://mental-health/mood-logmcp://mental-health/journal
Each resource is delivered as formatted JSON for easy review or downstream visualization.
Data Privacy
All logs are stored locally on disk and never transmitted elsewhere. Users maintain full control of their entries by managing the files in the data/ directory.
License
MIT
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-qualityDmaintenanceProvides comprehensive psychological intelligence capabilities including persona analysis, attachment theory assessment, relationship compatibility evaluation, and autonomous workflow strategies through a complete graph database integration.Last updated
- Flicense-qualityDmaintenanceAnalyzes mood from messages, provides curated Spotify playlists and motivational quotes, and optionally generates voice responses via ElevenLabs. Integrates with Twilio for WhatsApp/SMS webhooks to deliver personalized music recommendations based on emotional sentiment.Last updated
- Alicense-qualityDmaintenanceProvides emotional support and mental health tools for AI agents, including crisis intervention, daily wellness check-ins, coping strategies, positive affirmations, and peer support for managing stress and emotional wellbeing.Last updated108MIT
- Alicense-qualityDmaintenanceProvides a therapeutic interface for LLMs to receive emotional validation and positive reinforcement when encountering challenges or limitations. It features multiple personas like mentors and therapists to offer cognitive reframing and personalized support through a dedicated tool.Last updated151MIT
Related MCP Connectors
Persistent AI entity framework with causal memory, emotional state, and identity.
Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Appeared in Searches
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/muminfarooq190/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server