Standalone Model Context Protocol (MCP) server for the Mnemosyne memory substrate. Exposes search, store, delete, context, list_projects, and get_profile tools to Claude Desktop, Cursor, and any MCP-compatible client. Stdio and SSE transports.
Project description
mnemosyne-mcp-server
Standalone Model Context Protocol (MCP) server for the Mnemosyne memory substrate. Exposes search, store, delete, context, list_projects, and get_profile tools to Claude Desktop, Cursor, and any MCP-compatible client.
Install
pip install mnemosyne-mcp-server
Configure
Set your API key:
export MNEMOSYNE_API_KEY="mn_..."
# Optional:
export MNEMOSYNE_BASE_URL="https://api.mnemosyne.geasslabs.xyz"
export MNEMOSYNE_DEFAULT_CONTAINER="default"
Run
stdio (default - for local clients like Claude Desktop)
mnemosyne-mcp
SSE / HTTP (for remote clients)
mnemosyne-mcp --transport sse --host 0.0.0.0 --port 8765
Use with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mnemosyne": {
"command": "mnemosyne-mcp",
"env": {
"MNEMOSYNE_API_KEY": "mn_..."
}
}
}
}
Restart Claude Desktop. You'll see the Mnemosyne tools (memory, recall, context, list_projects, get_profile, delete) in the tool menu.
Use with Cursor
In .cursor/mcp.json:
{
"mcpServers": {
"mnemosyne": {
"command": "mnemosyne-mcp",
"env": {
"MNEMOSYNE_API_KEY": "mn_..."
}
}
}
}
Available tools
| Tool | Description |
|---|---|
memory |
Save a memory. |
recall |
Semantic search over memories. |
context |
Get a context bundle (profile + relevant memories). |
list_projects |
List all containers accessible to the API key. |
get_profile |
Get the learned profile for a container. |
delete |
Delete a memory by ID. |
For the full 29-tool surface (including dream, reflect, introspect, find_analogies, predict_outcome, what_if, etc.), use the in-process MCP server from the Mnemosyne monorepo.
License
MIT © Geass Labs
Project details
Release history Release notifications | RSS feed
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 mnemosyne_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: mnemosyne_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b70ac49111a062b26e3d50049d19a1adf18f39081fc37d6e4cc4f690becdee1
|
|
| MD5 |
840679338d5f5f07790587d7568efb44
|
|
| BLAKE2b-256 |
74f4a911d59a73045c6271b4ad39c7fc2f0d0ecfe978cfc4a82ce29878feb5c3
|
File details
Details for the file mnemosyne_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mnemosyne_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd54c4035487b42faf7b5194a374b60e0c65055bcb6bfae87bbe976578367541
|
|
| MD5 |
230d10a9a71f2514adb3aadf6eb54def
|
|
| BLAKE2b-256 |
50b8c02beb5d223a1c862f5ba345fccad505b40152571288db5f2a430842dae8
|