Skip to main content
Glama
xmszm

xmszm-memory

by xmszm

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-memory

Related MCP server: GroundMemory

Usage

stdio mode (for MCP clients like Hermes)

xmszm-memory

SSE mode (HTTP server, for remote access)

xmszm-memory sse
# defaults to http://0.0.0.0:8000

xmszm-memory sse 3000
# custom port

Hermes Configuration

Add to your Hermes MCP config:

{
  "mcpServers": {
    "xmszm-memory": {
      "command": "xmszm-memory",
      "args": []
    }
  }
}

Tools

Tool

Description

save(namespace, key, content, disclosure?)

Save a memory

read(namespace, key)

Read a memory

search(namespace, query)

Search memories by keyword

delete(namespace, key)

Delete a memory

list_namespaces()

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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