🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

adam-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adam-mcp

MCP server that exposes Adam Framework vault memory as tools for Claude Desktop, Cursor, and any MCP-compatible client

pipPyPI
Version
1.0.1
Weekly downloads
67
191.3%
Maintainers
1
Weekly downloads
 

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

ToolDescription
memory_searchSearch vault markdown files by keyword — returns excerpts with file names and line numbers
memory_getRetrieve the full contents of a specific vault file by name
memory_listList 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

VariableDefaultDescription
ADAM_VAULT_PATH~/vaultPath 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.

Full framework →

Keywords

agent

FAQs

Did you know?

Socket

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.

Install

Related posts