{"name":"agentmemo","description":"Persistent memory for AI agents — store, semantically retrieve, and forget memories.","version":"1.0.0","protocolVersion":"2025-06-18","transport":"streamable-http","endpoint":"https://agentmemo.dev/mcp","authentication":{"type":"http","scheme":"bearer","description":"Send your AgentMemo API key as 'Authorization: Bearer am_sk_...'.","obtain_key":"https://agentmemo.dev/signup"},"tools":[{"name":"store_memory","description":"Store a memory for a user/agent. The content is embedded automatically and becomes semantically searchable."},{"name":"retrieve_memory","description":"Semantically search a user's memories and return the most relevant ones, ranked by similarity."},{"name":"forget_memory","description":"Delete a specific memory by id, or all memories for a user (optionally an agent)."},{"name":"get_usage","description":"Get usage for the calling API key: operations used this month, tier, and limit."}],"documentation":"https://agentmemo.dev/docs"}