Back to MCP directory

Memory MCP Server

Official

官方知识图谱记忆服务器,提供持久化记忆系统,让 AI 跨会话存储实体、关系与事实。

Memory MCP Server is an MCP server for Dev Tools work. 官方知识图谱记忆服务器,提供持久化记忆系统,让 AI 跨会话存储实体、关系与事实。 Tags: memory · 记忆 · 知识图谱 · knowledge graph · 持久化 · 官方.

Dev ToolsstdioAuthor: Anthropic45.0k starsVisit

What is Memory MCP Server

Memory MCP Server exposes Dev Tools capabilities to MCP clients. 官方知识图谱记忆服务器,提供持久化记忆系统,让 AI 跨会话存储实体、关系与事实。

Install Memory MCP Server in Cursor / Claude / Codex

Cursor Open Cursor MCP settings (or user/project mcp.json) and add the server config on this page. If only a start command exists, put command/args into a Cursor MCP entry.

Claude Desktop Add the config to claude_desktop_config.json and restart Claude Desktop.

Codex Add the same command/args or JSON snippet to Codex MCP config. File location depends on your Codex version.

Install & Run

Run the following command in your terminal to start the server:

npx -y @modelcontextprotocol/server-memory

Claude Desktop Configuration

Add the following to Claude Desktop’s claude_desktop_config.json:

{"mcpServers":{"memory":{"command":"npx","args":["-y","@modelcontextprotocol/server-memory"]}}}

Tags

memory记忆知识图谱knowledge graph持久化官方

Similar recommendations

FAQ

What problem does Memory MCP Server solve?

Memory MCP Server focuses on Dev Tools. 官方知识图谱记忆服务器,提供持久化记忆系统,让 AI 跨会话存储实体、关系与事实。

How do I connect Memory MCP Server to my editor?

Use the command or JSON in the install section. If none is listed, follow the project home. Do not paste config from unknown sources.

What similar MCP servers exist?

The related list comes from the same Dev Tools group so you can compare scope.