Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 2.62 KB

File metadata and controls

87 lines (59 loc) · 2.62 KB

Pricing

Plans

Free Pro
Price $0 $9/workspace/month
All 17 tools Yes Yes
Local storage Unlimited Unlimited
Memories Unlimited Unlimited
Sessions Unlimited Unlimited
Export / Import Yes Yes
Cloud sync Yes
Automatic cloud backup Yes
Cross-machine access Yes
Sync latency <1 second

Free

The core MCP server is MIT-licensed and fully functional. No accounts, no credit card, no artificial limits.

  • All 17 tools included
  • Local SQLite storage — all data stays on your machine
  • Unlimited memories and sessions
  • Export and import for manual backup and migration
  • Sub-millisecond search (0.67ms at 5,000 records)
  • Works with Claude Code, Cursor, Windsurf, VS Code, Cline, and any MCP client
npx apex-memory

That's it. No signup required.


Pro — $9/workspace/month

Everything in Free, plus:

  • Cloud sync — memories sync across all your machines in under 1 second
  • Automatic cloud backup — your memory store is continuously backed up to the cloud
  • Cross-machine access — start a session on your laptop, continue on your desktop or in CI
  • Any editor, any machine — one memory store shared across Claude Code, Cursor, and Windsurf simultaneously

Getting started

In your AI coding agent, call apex_memory_login:

apex_memory_login({
  email: "you@example.com"
})

This registers your workspace and returns a checkout URL to activate Pro.

See the Pro upgrade guide for the full walkthrough.


Team — Coming Soon

Shared memory across multiple agents and developers. Team-wide context that persists across machines and contributors.

Join the waitlist


FAQ

Is the free tier really unlimited? Yes. Local storage, unlimited memories, unlimited sessions, all 17 tools — no paywalls, no artificial limits.

What happens to my data if I cancel Pro? Your local data stays on your machine. Cloud backups are retained for 30 days after cancellation.

Can I use Pro across multiple machines? Yes. That's the point — one workspace subscription covers all your machines.

Is the Pro tier open source? The core MCP server is MIT-licensed. Cloud sync infrastructure is proprietary. The client-side sync tools are included in the open-source package.

What does "workspace" mean? A workspace is a single memory store — typically one person across all their machines and editors. The Pro tier ($9/workspace/month) covers one person's full setup.