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.
2. Connect via OAuth (recommended)
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.
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
- CLI with API key —
pip install hypermemory-cli, then authenticate with an API key - MCP with API key — for programmatic access where OAuth isn’t practical
- Config file setup — for clients that require manual MCP configuration