{
  "name": "Agent-Memo.AI",
  "description": "Cloud memory management for AI coding agents. Persistent memory, semantic search, and knowledge graph via MCP.",
  "url": "https://agent-memo.ai",
  "documentationUrl": "https://agent-memo.ai/docs",
  "logoUrl": "https://agent-memo.ai/icon.svg",
  "provider": {
    "name": "Nervdog Tech",
    "url": "https://agent-memo.ai"
  },
  "protocols": [
    {
      "type": "mcp",
      "transport": "stdio",
      "package": "@agent-memo/mcp-client",
      "install": "npx -y @agent-memo/mcp-client",
      "documentation": "https://agent-memo.ai/docs/mcp"
    }
  ],
  "capabilities": {
    "tools": [
      "memory_store",
      "memory_recall",
      "memory_update",
      "memory_delete",
      "memory_overview",
      "memory_expand",
      "memory_stats",
      "memory_check_duplicate",
      "memory_list_topics",
      "kg_add",
      "kg_query",
      "kg_invalidate",
      "kg_stats",
      "kg_timeline"
    ],
    "features": [
      "persistent_memory",
      "semantic_search",
      "knowledge_graph",
      "multi_project",
      "team_collaboration",
      "auto_save_hooks"
    ]
  },
  "authentication": {
    "type": "bearer",
    "tokenUrl": "https://agent-memo.ai/register"
  },
  "pricing": {
    "free": { "price": 0, "limits": "3 projects, 1K memories, 1K API calls/mo" },
    "pro": { "price": 9.9, "currency": "USD", "interval": "month", "limits": "20 projects, 50K memories" },
    "team": { "price": 49, "currency": "USD", "interval": "month", "limits": "Unlimited, +$7/seat" }
  },
  "contacts": {
    "support": "support@agent-memo.ai"
  }
}
