
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
adam-mcp
Advanced tools
MCP server that exposes Adam Framework vault memory as tools for Claude Desktop, Cursor, and any MCP-compatible client
Exposes Adam's persistent vault memory as MCP tools, usable in Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
| 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 |
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 build -t adam-mcp .
docker run -e ADAM_VAULT_PATH=/vault -v C:/path/to/your/vault:/vault adam-mcp
pip install mcp
| Variable | Default | Description |
|---|---|---|
ADAM_VAULT_PATH | ~/vault | Path to your Adam vault workspace directory |
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.
FAQs
MCP server that exposes Adam Framework vault memory as tools for Claude Desktop, Cursor, and any MCP-compatible client
The pypi package adam-mcp receives a total of 59 weekly downloads. As such, adam-mcp popularity was classified as not popular.
We found that adam-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.