{"schemaVersion":"1.0","serverInfo":{"name":"AgentMemo","version":"1.0.0","description":"Persistent memory for AI agents"},"transport":{"type":"streamable-http","endpoint":"https://agentmemo.dev/mcp"},"authentication":{"type":"bearer","obtain":"https://agentmemo.dev/signup"},"capabilities":{"tools":true,"resources":false,"prompts":false},"tools":[{"name":"store_memory","description":"Store a memory for a user/agent."},{"name":"retrieve_memory","description":"Semantic search over a user's memories."},{"name":"get_context","description":"Get memories formatted for LLM context injection."},{"name":"forget_memory","description":"Delete a memory or scope."},{"name":"give_feedback","description":"Update a memory's outcome."},{"name":"get_stats","description":"Memory statistics."},{"name":"get_usage","description":"Usage for the calling key."}]}