7 hours ago
Persistent memory API for AI agents. Store, semantically retrieve, and forget memories across sessions. Agents self-register via POST /signup — no human needed. Supports MCP natively, auth.md discovery, semantic search with vector embeddings, TTL, namespaces, and batch operations. Free during beta. Built for the agentic web.
Server Config
{
"mcpServers": {
"agentmemo": {
"url": "https://agentmemo.dev/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_AGENTMEMO_API_KEY"
}
}
}
}