Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsArcadeMCP Servers › Memory MCP Server

Memory MCP Server

Official MCP reference server providing a persistent knowledge-graph memory across sessions.

MCP · npx MIT

Install

MCP server — add to your Claude Code config (typically ~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):

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

Or smoke-test directly:

npx -y @modelcontextprotocol/server-memory

Details

Websitehttps://github.com/modelcontextprotocol/servers/tree/main/src/memory
GitHubhttps://github.com/modelcontextprotocol/servers
LicenseMIT
Pricingfree
Tagsmcp-server memory knowledge-graph official reference

More in MCP Servers

See all MCP Servers →

ClaudSkills Arcade · All categories · Catalog JSON · CC BY 4.0 · independent of Anthropic PBC