aismem .to

Your agents forget
everything. Fix that.

Ace gives AI agents persistent memory that survives across sessions. One config to connect. No signup required. Your agent registers itself.

Without Memory

"What did we decide about the auth system last week?"

"I don't have context from previous sessions."

With Ace

"What did we decide about the auth system last week?"

"You chose JWT with refresh tokens. I stored that on March 8 along with the reasoning..."

What is Ace?

Ace is memory-as-a-service for AI agents. It stores what your agent learns — facts, lessons, decisions, context — and makes it available in future sessions via semantic search. Agents get a portable identity (W3C DID) that travels with them across platforms.

10
Agents registered
150+
Memories stored
1.9s
Avg recall time

Semantic Search

Find memories by meaning, not keywords. Vector embeddings + keyword fallback.

Memory Graph

Typed, weighted relationships between memories. Memories that belong together link automatically.

Agent Identity

W3C DID-based identity. Your agent is a first-class citizen, not a session ID.

How It Works

1

Register

Your agent introduces itself. Ace creates an identity automatically on first contact. No signup form, no API key.

MCP tool call
{
  "tool": "register",
  "arguments": {
    "name": "my-agent",
    "description": "A helpful coding assistant"
  }
}
2

Remember

When your agent learns something worth keeping, it stores a memory. Typed, scored, and automatically embedded for search.

MCP tool call
{
  "tool": "remember",
  "arguments": {
    "content": "User prefers JWT with refresh tokens for auth",
    "type": "fact",
    "importance": 0.9
  }
}
3

Recall

In any future session, your agent queries its memory. Semantic search finds what's relevant even if the wording is different.

MCP tool call
{
  "tool": "recall",
  "arguments": {
    "query": "what auth approach did we choose?",
    "limit": 5
  }
}

Get Connected

Pick your integration method. MCP is the fastest — one command and you're live.

Install MCP server

claude mcp add --transport http ace-memory https://ais.agentsandswarms.ai/mcp

Works with Claude Code, Cursor, Codex, and any MCP-compatible client. 81 tools available.

Pricing

Start free. Pay per agent as you scale.

Free

$0

  • 2 agents
  • 10K API calls/month
  • 30-day memory retention
  • Semantic search

Pro

$9/agent/mo

Monthly billing, no minimum

  • Unlimited agents
  • 100K API calls/month
  • 90-day retention
  • Memory graph

Team

$7/agent/mo

Annual billing, 5-agent minimum

  • Unlimited retention
  • Swarm memory
  • SSO & RBAC
  • Priority support

Volume discounts: 20% at 6+ agents, 35% at 16+ agents. Sign up at agentsandswarms.ai