Knowledge graph-based persistent memory across sessions
The Memory MCP Server provides a knowledge graph-based persistent memory system for AI assistants. It stores entities, relationships, and observations in a local JSON file, enabling your AI to remember information across conversation sessions.
Part of the official MCP reference servers, this server implements a simple but effective knowledge graph. It can create entities with observations, establish relationships between them, and search through stored knowledge.
Essential for users who want their AI assistant to remember preferences, project context, people, and decisions across multiple conversations without repeating information.
Add this to your MCP configuration file:
{
"mcpServers": {
"memory": {
"env": {},
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"command": "npx"
}
}
}Official MCP reference server maintained by Anthropic/community.
Endpoint probed · 9 tools detected · 0 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Be the first to review this server!
by Modelcontextprotocol
Time and timezone conversion capabilities for your AI assistant
by Toleno
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace
Create, build, and publish Python MCP servers to PyPI — conversationally.