M
Memory MCP Server
Provides persistent memory storage for AI assistants through MCP, enabling creation, retrieval, and deletion of named memories across sessions.
stdioLocalNo Authnpm
What This Server Exposes
Tools
create_memorysearch_memoriesdelete_memory
Resources
- •stored memories
Setup Instructions
- 1Ensure Node.js 18+ is installed
- 2Add the memory server config to your Claude Desktop configuration
- 3Restart Claude Desktop
Configuration
Claude Desktop Configuration
claude_desktop_config.json
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Server Manifest
No official server.json manifest found. Generate one with our MCP server.json Generator →
Compatibility
Claude DesktopClaude Code
⚠
Safety Notes
Memories are stored locally on your machine. Avoid storing sensitive personal data, credentials, or confidential information in memories, as the AI assistant has full read and write access to all stored memories.
This listing is for informational purposes only. CodexSpot is not affiliated with Memory MCP Server.