Agent Memory Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Memory Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Standalone MCP server for agent-maintained memories.
Memories are stored under ~/.agents/memories by default. Set AGENT_MEMORY_ROOT to use another directory.
npx -y @msr0806/agent-memory-mcp{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": ["-y", "--package=@msr0806/agent-memory-mcp", "agent-memory-mcp"]
}
}
}If npx fails with command not found, clear the cache and retry:
npx clear-npx-cache
npx -y --package=@msr0806/agent-memory-mcp agent-memory-mcpOptional custom storage path:
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": ["-y", "@msr0806/agent-memory-mcp"],
"env": {
"AGENT_MEMORY_ROOT": "/path/to/memories"
}
}
}
}| Tool | Description |
|---|---|
create_memory | Create a global or repo-scoped memory |
read_memory | Read one memory |
read_memories | Read global + repo memories for a repo |
update_memory | Update description and/or content |
delete_memory | Delete a memory |
list_memories | List memory metadata |
project-gilly)~/.agents/memories/
global/
coding-style/MEMORY.md
repos/
project-gilly/
mvp-scope/MEMORY.mdgit clone https://github.com/MSR806/agent-memory-mcp.git
cd agent-memory-mcp
npm install
npm test
npm run build
npm startnpm login
npm publish --access public~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.