My Memory MCP Server

Simple memory MCP server for entities, observations, and relations

Local serverstdioTypeScript

What is the My Memory MCP MCP server?

My memory mcp mcp server lets Claude, Cursor and other MCP clients work with My Memory MCP directly. Simple memory MCP server for entities, observations, and relations.

What My Memory MCP does

Tired of AI conversations that restart from scratch every time? This system enables AI to truly remember and understand you. Your personality, preferences, relationships, and important experiences are naturally remembered by AI, allowing for deep and personal communication like a longtime friend or partner in every conversation. Go beyond simple Q&A and create a genuine AI experience based on real relationships and understanding.

Key capabilities

  • Entity-based data organization (Person, Company, Project, etc.)
  • Observation tracking with importance scoring
  • Relationship mapping between entities
  • Search and summary capabilities
  • TypeScript implementation with SQLite database

Tools it exposes

Once connected, the assistant can call these 3 tools directly:

  • Entity — The Entity tool exposed by this server
  • Observation — The Observation tool exposed by this server
  • Relation — The Relation tool exposed by this server

Installing the my memory mcp mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

The server reads one environment variable: DATABASE_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. My Memory MCP sits in that group, and the shape of its toolset — Entity, Observation, Relation — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by moontmsai, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the my memory mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
EntityThe Entity tool exposed by this server.
ObservationThe Observation tool exposed by this server.
RelationThe Relation tool exposed by this server.

Configuration

VariableDescriptionRequired
DATABASE_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use My Memory MCP to Entity.
  • Use My Memory MCP to Observation.
  • Use My Memory MCP to Relation.

Frequently asked questions

It connects My Memory MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Entity, Observation, Relation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with My Memory MCP directly.