zmem MCP Memory Server
@meetdhanani17
关于 zmem MCP Memory Server
Global MCP server that manage all the project data,
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"zmem": {
"command": "npx",
"args": [
"ts-node",
"index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
评论