xmszm-memory
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xmszm-memorysave to admin: my email is example@test.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xmszm-memory
Personal MCP memory server. Multi-user, file-backed, cross-platform.
Each user gets an isolated namespace. Memories persist across sessions and AI clients. Replace admin with your namespace.
Install
npm install -g xmszm-memoryRelated MCP server: GroundMemory
Usage
stdio mode (for MCP clients like Hermes)
xmszm-memorySSE mode (HTTP server, for remote access)
xmszm-memory sse
# defaults to http://0.0.0.0:8000
xmszm-memory sse 3000
# custom portHermes Configuration
Add to your Hermes MCP config:
{
"mcpServers": {
"xmszm-memory": {
"command": "xmszm-memory",
"args": []
}
}
}Tools
Tool | Description |
| Save a memory |
| Read a memory |
| Search memories by keyword |
| Delete a memory |
| List all users |
Data
Stored in ~/.xmszm-memory/ as one JSON file per namespace.
License
MIT
Built from the design philosophy of Nocturne Memory by NeuronActivation.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xmszm/memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server