MCP server
Memory MCP Server
Persistent knowledge graph memory that survives between sessions.
Add it to your client
OfficialInstall
npx -y @modelcontextprotocol/server-memory
mcpServers
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- Tools
- 9
- License
- MIT
Tools
create_entitiescreate_relationsadd_observationsdelete_entitiesdelete_observationsdelete_relationsread_graphsearch_nodesopen_nodes
This reference server gives a model a small knowledge graph it can write to: entities, relations between them, and free-form observations attached to each entity. Facts collected in one conversation can be searched and reopened in the next, which is how it replaces a chat history the model no longer has. Everything is stored in a local JSONL file whose path is set with the MEMORY_FILE_PATH variable, so the data stays inspectable and easy to back up.
Similar MCP servers
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Developer Tools
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment