Personal-reflection-mcp
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., "@Personal-reflection-mcpcreate a journal entry for today"
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.
Personal Reflection MCP
A FastMCP server for journaling, habit tracking, and task management with SQLite storage.
Features
Add journal entries
View all journal entries
Search journal entries
View journal statistics
Generate recent reflections
Create and track habits
Mark habits as completed
View habit statistics
Create tasks/goals
Mark tasks as completed
View all tasks
Related MCP server: mcp-tasks-server
Project Structure
personal_reflection_mcp/
│
├── server.py
├── tools.py
├── journal.py
├── habits.py
├── tasks.py
├── reflection.py
├── stats.py
├── database.py
├── schema.py
├── requirements.txt
├── Dockerfile
├── .gitignore
│
└── data/
└── reflection.dbInstallation
Clone the repository:
git clone https://github.com/Adithi1367/Personal-reflection-mcp.git
cd Personal-reflection-mcpCreate a virtual environment:
python -m venv .venvActivate it:
Windows
.venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtRun the MCP Server
fastmcp run server.pyRun with Docker
Build the image:
docker build -t personal-reflection-mcp .Run the container:
docker run personal-reflection-mcpTechnologies Used
Python
FastMCP
SQLite
Docker
License
This project is for learning and personal use.
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-qualityDmaintenanceA lightweight server built with FastMCP and SQLite for managing personal finances. It allows users to add, list, and summarize expenses by category through MCP-compatible clients.Last updated
- Alicense-qualityCmaintenanceA small Model Context Protocol server that exposes a personal task tracker to any MCP-compatible client. Tasks live in a local SQLite database; no cloud, no surprises.Last updatedMIT
- Flicense-qualityDmaintenanceA lightweight, intelligent note-organizing server that acts as an AI-powered personal memory vault for capturing, organizing, and retrieving insights using FastMCP and SQLite.Last updated2
- AlicenseAqualityCmaintenanceA generic MCP server for tracking any entity type (e.g., weight, workouts, books) without predefined schemas, using SQLite with JSON columns for flexible data storage and querying.Last updated4MIT
Related MCP Connectors
MCP server for Withings health data — sleep, activity, heart, and body metrics.
FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized
MCP (Model Context Protocol) server for Appwrite
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/Adithi1367/Personal-reflection-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server