vaaya / catalog / agent memory

Agent memory for AI agents

Save useful context and retrieve it in later sessions with Mem0, Zep, or Letta.

What it's for

Store facts your agent should still know next week.
Search that memory back by meaning, not exact wording.
Keeps context across sessions, machines, and separate agents.
Mem0, Zep and Letta are all reachable on the same key.

How to ask your agent

Connect Vaaya, then just say it in plain language. For example:

Use Vaaya to remember that this customer is on the enterprise plan.

Use Vaaya to search my agent memory for what we decided about pricing.

What you get back

{
  "memory_id": "mem_3fa81b",
  "results": [
    { "text": "Acme is on the enterprise plan", "score": 0.91 }
  ]
}

Pricing

1¢ per write or search. Charges are shown in cents and recorded in your transaction history. Set a maximum cost for each call. Failed calls are not charged.

Try it with your agent.

Connect Vaaya and describe what you want to do. Your agent can find a suitable service and call it within your budget.

npx @vaaya/mcp install