Ace MCP Server — Free AI memory that learns. Zero cloud, zero API keys, zero cost.
Project description
Ace MCP Server
♠ Ace your AI memory. Free. Simple. Local.
Zero-cost MCP server that gives any AI tool persistent, self-improving memory.
Install
pip install ace-mcp
Requires pvm-memory (installed automatically as dependency).
Quick Start
VS Code / Cursor
Add to .vscode/mcp.json:
{
"servers": {
"ace": {
"command": "python",
"args": ["-m", "ace_mcp.server"]
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ace": {
"command": "python",
"args": ["-m", "ace_mcp.server"]
}
}
}
Any MCP-compatible tool
ace-mcp # default: ~/.ace/memory.jsonl
ace-mcp --path ./my-mem.jsonl
ace-mcp --no-embedding # keyword-only, faster
Tools
| Tool | What |
|---|---|
ace_save |
Store a memory |
ace_search |
Keyword + semantic search |
ace_get_context |
Recent memory context |
ace_calibrate |
👍/👎 feedback to train weights |
ace_stats |
Engine statistics |
vs Mem0
| Mem0 | Ace | |
|---|---|---|
| Price | 💰 Paid | 🆓 Free |
| API Key | Required | None |
| Cloud | Required | 100% Local |
| GPU | Recommended | Not needed |
| Dependencies | 50+ | 2 |
| Information | Chunked/lossy | Full text |
License
BSL 1.1 → MIT (2030)
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 ace_mcp_server-0.3.0.tar.gz.
File metadata
- Download URL: ace_mcp_server-0.3.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ea23f7086003b9dbea0a64b2a19daf88e38e9452e5e137577097a7ec5be3923
|
|
| MD5 |
34d2b5d4ea7ff0499a76453288e6fa4f
|
|
| BLAKE2b-256 |
3037790bb738600e6c92d47151835b873e1d0eb35abbce57035c6e9422740a35
|
File details
Details for the file ace_mcp_server-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ace_mcp_server-0.3.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
242e4525455d713b075585c1b0790531f72938af3def2a2d28266e6cccdb1084
|
|
| MD5 |
184a5e86ad89569d3aa533dce9934360
|
|
| BLAKE2b-256 |
8bff6b05d55e921c8e74b2fe3790974512496548a21064a2e24c73f8e6373b8f
|