modelcontextprotocol/memory
MCP ServerMCP Memory Server - persistent key-value store for context
Official MCP memory server. Knowledge graph-based persistent memory for storing and retrieving context.
MCP Server
- Package:
@modelcontextprotocol/server-memory - Transport: stdio
- Command:
npx @modelcontextprotocol/server-memory
Authentication
None
| Variable | Required | Description |
|---|---|---|
| — | — | No environment variables required |
Available Tools
| Tool | Description |
|---|---|
create_entities | Create knowledge entities |
create_relations | Create relationships |
search_nodes | Search graph |
read_graph | Read full graph |
delete_entities | Delete entities |
Configuration Example
[[mcp.servers]]
name = "memory"
type = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-memory"]
timeout_seconds = 60
tools = []