MCP server that exposes Adam Framework vault memory as tools for Claude Desktop, Cursor, and any MCP-compatible client
Project description
Adam Framework MCP Server
Exposes Adam's persistent vault memory as MCP tools, usable in Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
Tools
| Tool | Description |
|---|---|
memory_search |
Search vault markdown files by keyword — returns excerpts with file names and line numbers |
memory_get |
Retrieve the full contents of a specific vault file by name |
memory_list |
List all memory files available in the vault |
Quick Start
Claude Desktop (stdio)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"adam-memory": {
"command": "python",
"args": ["C:/path/to/mcp-server/server.py"],
"env": {
"ADAM_VAULT_PATH": "C:/path/to/your/vault"
}
}
}
}
Docker
docker build -t adam-mcp .
docker run -e ADAM_VAULT_PATH=/vault -v C:/path/to/your/vault:/vault adam-mcp
Install dependencies
pip install mcp
Environment Variables
| Variable | Default | Description |
|---|---|---|
ADAM_VAULT_PATH |
~/vault |
Path to your Adam vault workspace directory |
About
The Adam Framework is a 5-layer persistent memory and identity architecture for local AI agents. The memory lives in plain markdown files you own. The model is just the reader.
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 adam_mcp-1.0.0.tar.gz.
File metadata
- Download URL: adam_mcp-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
203d8df8128a42feb012059c71edae87622fdda42ff39b72024e486a2b80f676
|
|
| MD5 |
9ce5a0bc2ba89f16dbfd3fd04660d7ba
|
|
| BLAKE2b-256 |
cde3484a22014194c19c06c7c6ddf62435830a3c24178fe6abb9ec185b6248e3
|
File details
Details for the file adam_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: adam_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec5e85c6e85820c11fc9f558ae0287af79cf1fca5b232bf626950f9a11e4dc7
|
|
| MD5 |
bb2aa42b015c46a8f4c3ebb3f030c1d1
|
|
| BLAKE2b-256 |
167aca03566f71f1cd578bc51be92a7e5663706f98e4d56de1e331da6cc1cc60
|