mnem-mcp
An MCP server that exposes a Mnemosyne store to an agent: its memory as tools and resources, so the agent records what it learns, and you can trace a wrong belief later.
pip install mnem-mcp # not published yet; build from the repo
mnem-mcp --store ./agent-memory # speaks MCP over stdio
Tools
remember, revise, remember_many, forget, recall, recall_at,
history, why, when_did, whats_new. With --tools all, also branch,
switch and merge (for a harness, not usually the model).
Every write tool is one commit. Provenance travels on remember as source /
step / observation.
Resources
mnem://memory, mnem://memory/{id}, mnem://log, mnem://commit/{id}, so a
client keeps the current memory in context without a tool call every turn.
How it binds
One store per server process, from --store or $MNEM_STORE. The server holds
no state between calls (the 2026-07-28 MCP transport is stateless); it opens the
store fresh each time. Concurrent writes serialise and retry; a persistent loser
returns the conflict code.
See ADR-0016.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mnem_mcp-0.0.1.tar.gz.
File metadata
- Download URL: mnem_mcp-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea74916008017ed1c7f6b5a0b2720641966168c763cf7429c8476907b3e7e673
|
|
| MD5 |
379e15ee165f994afb1879ef490cade1
|
|
| BLAKE2b-256 |
6ee42793f3c0b11de080da33a2561f0ad2f04c38b3c325d440864ba86b164d25
|
File details
Details for the file mnem_mcp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mnem_mcp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a14e9d29cde8c45f019cd2cd62b02d099e8ab42bcb04f5bb436098421fd3325
|
|
| MD5 |
b7cdbb95f88163c023a1d757ef9372b7
|
|
| BLAKE2b-256 |
c24815aee3b6f7dd22b7b367fd6d2fe8782e430ea7e28ba9741e3d7457073e98
|