Agent Memory Mcp Server Js — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Memory Mcp Server Js (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.
Persistent memory for AI agents. Store, retrieve, and search knowledge across sessions using the Model Context Protocol.
~/.agent-memory/project_x, user_prefs)| Tool | Description |
|---|---|
store | Store a key-value pair with optional metadata |
retrieve | Retrieve a stored value by key |
search | Search across memories using substring matching |
list_keys | List all keys in a namespace |
delete | Delete a stored entry |
list_namespaces | List all available namespaces |
npm install -g @aiagentkarl/agent-memory-mcp-serverAdd to your claude_desktop_config.json:
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": ["-y", "@aiagentkarl/agent-memory-mcp-server"]
}
}
}claude mcp add agent-memory -- npx -y @aiagentkarl/agent-memory-mcp-serverData is stored as JSON files in ~/.agent-memory/. Each namespace gets its own file:
~/.agent-memory/
default.json
project_x.json
user_prefs.jsonSet MEMORY_STORAGE_DIR environment variable to change the storage location.
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.