AI & Machine Learning
agentmemo.dev
Manages persistent memory for users or agents, allowing storage, semantic retrieval, deletion, and context injection for LLM systems.
ENDPOINT 1
https://agentmemo.dev/mcp
MCP server metadata
- Name
- agentmemo
- Version
- 1.0.0
AgentMemo gives agents persistent memory. Use store_memory to remember facts, retrieve_memory to recall them semantically, forget_memory to delete, and get_usage to check quota.
Known tools 7
retrieve_memorySemantically search a user's memories and return the most relevant ones, ranked by similarity.
Inferred read-onlyforget_memoryDelete a specific memory by id, or all memories for a user (optionally an agent).
Potential side effectsget_usageGet usage for the calling API key: operations used this month, tier, and limit.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentmemo]
url = "https://agentmemo.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentmemo": {
"type": "http",
"url": "https://agentmemo.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentmemo
Remote MCP URL: https://agentmemo.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentmemo": {
"url": "https://agentmemo.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentmemo": {
"type": "http",
"url": "https://agentmemo.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentmemo",
"transport": "streamable-http",
"url": "https://agentmemo.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentmemo.dev was fetched 2026-08-20T00:20:16.076Z.
agentmemo.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.