modelcontextprotocol/memory

MCP Server

MCP 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

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
create_entitiesCreate knowledge entities
create_relationsCreate relationships
search_nodesSearch graph
read_graphRead full graph
delete_entitiesDelete entities

Configuration Example

toml
[[mcp.servers]]
name = "memory"
type = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-memory"]
timeout_seconds = 60
tools = []