MCP Library

// MCP Server

Featured

Memory

@modelcontextprotocol · modelcontextprotocol/memory

Persistent knowledge-graph memory store for long-running agent sessions.

stdio#memory#official

// Run locally

npx (recommended)

requires npx

Memory · npxbash
MEMORY_FILE_PATH=<absolute-path-to-memory.json> npx -y @modelcontextprotocol/server-memory
Required env: MEMORY_FILE_PATH

// Connect to a client

terminalbash
oxp install @modelcontextprotocol/memory

OXP manages MCP server configuration automatically — installs the server, wires it into every detected MCP-aware client, and keeps it up to date.