zmem MCP Memory Server
@meetdhanani17
About zmem MCP Memory Server
Global MCP server that manage all the project data,
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"zmem": {
"command": "npx",
"args": [
"ts-node",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is zmem MCP Memory Server?
zmem MCP Memory Server is a TypeScript-based Model Context Protocol (MCP) server that enables project-specific and knowledge graph-based memory for Claude, LLM agents, and other tools. It supports storing, retrieving, and managing entities, relations, and observations per project, with a focus on flexibility and cross-project knowledge sharing.
How to use zmem MCP Memory Server?
To use zmem, add it to your MCP configuration (e.g., for Windsurf) with the command and path to the built index. Install dependencies, build, and run via npm or Docker. Use the MCP client to call tools such as save_project_observations with a project ID and observations. Persisted memory files are stored in a configurable directory (default /app/memories).
Key features of zmem MCP Memory Server
- Knowledge graph storage for entities, relations, and observations
- CRUD operations via MCP tools
- Persistence to disk (memory.json)
- Docker and TypeScript support
- Cross-project knowledge sharing and migration
- Scalable, disk-persistent, queryable memory for agent ecosystems
Use cases of zmem MCP Memory Server
- Agents and LLMs storing and retrieving structured memory per project.
- Cross-project knowledge sharing and migration.
- Building scalable, disk-persistent, and queryable memory for agent ecosystems.
FAQ from zmem MCP Memory Server
What MCP tools does zmem expose?
It exposes tools for saving and getting project observations, adding graph observations, creating entities and relations, deleting entities/observations/relations, reading the graph, searching nodes, searching all projects, opening nodes, and copying memory.
Where are memories stored?
Memories are persisted to disk in a memories directory (configurable via the MEMORY_DIR_PATH environment variable, default /app/memories).
Does zmem support Docker?
Yes. Build the Docker image with docker build -t zmem-mcp-server and run it with a volume mount to persist memories.
How do I save observations for a project?
Call the save_project_observations tool via the MCP API with a projectId and an array of observations, each containing an entityName and contents array.
What runtime does zmem require?
zmem is TypeScript-based and requires Node.js. Install dependencies with npm install, build with npm run build, and run with npm start for production.
More Memory & Knowledge MCP servers
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients

Memory
modelcontextprotocolModel Context Protocol Servers
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Comments