A Model Context Protocol (MCP) server for managing user memories with web interface
Simple Memory MCP becomes available to MCP clients through the simple memory mcp mcp server. A Model Context Protocol (MCP) server for managing user memories with web interface.
Simple Memory MCP is a memory management system designed for AI assistants, implementing the Model Context Protocol (MCP) to provide persistent memory storage and retrieval capabilities.
Once connected, the assistant can call these 11 tools directly:
store_memory — Store new memory (requires title and content)list_memory_titles — Get list of all memory titlesget_memory_by_title — Retrieve memory content by titledelete_memory — Delete specified memoryopen_memory_web — NEW! Open memory management web interface with auto browser launchOverview — Simple Memory MCP is a memory management system designed for AI assistants, implementing the Model Context Protocol (MCP) to provide persistent memory storageFeatures — The Features tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverDocumentation — For detailed documentation, see DOCS.md which includes: - Complete API documentation - Deployment guide - Development documentation - PortTroubleshooting — The Troubleshooting tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Knowledge and memory servers address the most frustrating trait of language models — walking into every conversation with no recollection of the last one. Simple Memory MCP sits in that group, and the shape of its toolset — store_memory, list_memory_titles, get_memory_by_title among others — tells you what it is really for. Worth comparing against the other knowledge memory servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| store_memory | Store new memory (requires title and content) |
| list_memory_titles | Get list of all memory titles |
| get_memory_by_title | Retrieve memory content by title |
| delete_memory | Delete specified memory |
| open_memory_web | **NEW!** Open memory management web interface with auto browser launch |
| Overview | Simple Memory MCP is a memory management system designed for AI assistants, implementing the Model Context Protocol (MCP) to provide persistent memory storage and retrieval capabilities. |
| Features | The Features tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Documentation | For detailed documentation, see [DOCS.md](DOCS.md) which includes: - Complete API documentation - Deployment guide - Development documentation - Port management system - User guide |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
{
"mcpServers": {
"simple-memory": {
"command": "node",
"args": ["./start-mcp.js"],
"cwd": "/path/to/your/simple-memory-mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.