MCP server for Unified Memory Layer — persistent memory across AI coding tools
Project description
uml-memory
MCP server for Unified Memory Layer — persistent memory across AI coding tools.
Quick Start
pip install uml-memory
Add to your MCP config (~/.cursor/mcp.json for Cursor):
{
"mcpServers": {
"uml": {
"command": "uvx",
"args": ["uml-memory"],
"env": {
"UML_API_URL": "https://your-server.com",
"UML_API_TOKEN": "your-token-here"
}
}
}
}
Restart your IDE. The MCP tools will appear automatically.
What It Does
Once configured, your AI coding agent will automatically:
- Compose context at the start of every task (loads relevant decisions, constraints, and patterns)
- Save memories when important decisions or insights emerge during conversations
- Check lessons learned before risky operations like deployments or migrations
Available Tools
| Tool | Description |
|---|---|
uml_compose |
Load relevant context at the start of a task |
uml_save_memory |
Save a decision, constraint, or insight |
uml_search |
Search memories by keyword or meaning |
uml_list_projects |
List all projects with saved memories |
uml_save_conversation |
Extract insights from a conversation |
uml_detect_memories |
Analyze text for high-value content |
uml_check_lessons |
Check lessons learned before risky operations |
uml_generate_rules |
Generate AGENTS.md or .cursor/rules from memories |
uml_import_transcript |
Import conversation transcripts |
Getting Your Token
- Log in to your UML instance
- Go to Settings
- Click Generate API Token
- Copy the token into your
mcp.json
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 uml_memory-0.2.0.tar.gz.
File metadata
- Download URL: uml_memory-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7ecfd4ce24d419f0ef4f42f66f901558458687e94d32f84a4ed86a9c6132155
|
|
| MD5 |
26c41114a8b4109be76ecd392b90e6fb
|
|
| BLAKE2b-256 |
94d7dc1e57f42d0daa4e801b12e99b50af210c1315838cf3a01348a3d162a37a
|
File details
Details for the file uml_memory-0.2.0-py3-none-any.whl.
File metadata
- Download URL: uml_memory-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086cdad1b4dd7ce07b3e0228207f9d5bdd7c276cca863f4638acbfdf33ccca7c
|
|
| MD5 |
a0f99a6ffb573730f69c3c82f890a91e
|
|
| BLAKE2b-256 |
6fd8193824979a202efaeb883fb0a1547cafc016283ba8e20fcb76e870f3834d
|