For developers

Memory over MCP.

adja is a hosted memory service that speaks the Model Context Protocol. Point any MCP-capable agent at a URL. Get eight tools, a tenant, and persistence that outlives the session.

Two lines to plug in

Drop an MCP URL into any client that speaks it. The rest is tool calls.

json
// ~/.claude.json - add adja as a remote MCP server
{
  "mcpServers": {
    "adja": {
      "type": "http",
      "url": "https://mcp.adja.ai/v1",
      "headers": {
        "Authorization": "Bearer ${ADJA_TOKEN}"
      }
    }
  }
}
Tools

Eight primitives.

Small, composable, opinionated. No ORM to learn, no schema to design. Names match what you'd say out loud.

adja_remember

Store a fact, preference, observation, or task. Auto-embedded for recall.

adja_recall

Spreading activation search across the memory graph. Multi-hop.

adja_select

Curated topic view for an intent. Faster than recall for browsing.

adja_forget

Soft-delete or prune with a filter.

adja_reflect

Trigger nightly consolidation on demand.

adja_remind

Schedule a reminder, natural language or cron.

adja_inbox

Pending items surfaced from episodic analysis.

adja_time

Current time + last activity summary across projects.

Clients

Works with what you already use.

MCP is a shared dialect. adja speaks it. Your agent keeps the memory, you keep the tool.

  • Claude (web / desktop)
    Native remote MCP connector. Paste the URL.
  • Claude Code
    HTTP MCP in ~/.claude.json. Works with JWT tenant claims.
  • Cursor
    Remote MCP in settings.json. One-click.
  • ChatGPT
    Connector coming. Works today via Claude bridge.
  • Your stack
    Anything that speaks MCP streamable HTTP - SDKs welcome.
Under the hood

Not a vector store.

Graph storage

Nodes and edges, not a flat vector soup. Activation spreads through relations.

Postgres + pgvector

Boring infrastructure on purpose. Your memory shouldn't be locked to a vendor.

Spreading activation

Semantic seeds find candidates. Graph traversal finds the rest. Salience ranks.

Reflection worker

Nightly consolidation. Episodes merge, patterns promote, noise decays.

Request access

Give your agents a memory.

Private beta is rolling out to developers first. Leave your email and we'll send you an MCP endpoint and a token to start remembering.

No spam. One email when we have something for you.