Getting Started

Quickstart

Connect to HyperMemory in under a minute

Quickstart

1. Sign up

Go to app.hypermemory.io/signup and create an account with GitHub, Google, or email.

Paste the HyperMemory server URL into any MCP-compatible client:

https://api.hypermemory.io/mcp

Your client will open a browser window for OAuth verification. Sign in with GitHub, Google, or email — approve the connection, and you’re done.

This works with Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, and any MCP client that supports OAuth with PKCE.

3. Verify

Ask your agent:

What memory tools do you have?

You should see tools starting with hm_hm_store, hm_recall, hm_find_related, and more.

4. Store your first memory

Remember that our project deadline is March 31st, 2026.

Your agent calls hm_store with a key, description, and optional structured data. The server triggers background enrichment to expand the description, extract entities, and create relationships automatically.

5. Recall it

When is our project deadline?

Your agent calls hm_recall, which runs a hybrid search combining BM25 full-text matching, vector similarity, and regex to find the best results.

Other connection methods