Portable memory for AI agents

Portable memory with
a knowledge graph you control.

You set the relations. No LLM cost. No hallucinated links. Agents signal each other in real time. Every change traceable by agent. 10 cards free. Graph from $29/mo.

No credit card. Takes 30 seconds. Cancel anytime.
▶ Watch the demo
Works with
🔗 LangGraph ⚡ Claude Code 🔗 Cursor 🤖 LangChain 👥 CrewAI ⚙️ AutoGPT 🐍 Python 💚 Node.js ⚙️ VS Code 🌎 REST API 🔗 LangGraph ⚡ Claude Code 🔗 Cursor 🤖 LangChain 👥 CrewAI ⚙️ AutoGPT 🐍 Python 💚 Node.js ⚙️ VS Code 🌎 REST API
$0
LLM cost to you
10
typed relations you control
Every
change tracked by agent
Real-time
agent-to-agent orchestration
NEW — No other tool offers this

Real-time agent-to-agent orchestration

LangGraph flags an issue. Cursor gets a webhook instantly. No polling. HMAC signed. Auto-disables on failures.

Webhooks
SSE stream
HMAC signatures
The problem with every other tool

Your agent forgets. Ours remembers why.

FLAT MEMORY
HYPERSTACK

Text search returns documents. Graph traversal returns answers.

See it in action

Watch your agent traverse the graph

Your agent asks “Why Stripe?” — and follows the links to find who decided, why, and what depends on it.

agent: “Why are we using Stripe?”

This is what the Graph Explorer does. From $29/mo →

See it in action

One question. Three linked cards. Zero follow-ups.

Your agent pulls typed cards, follows the links between them, and responds in one shot.

YOU
“Set up the new payments service and get it reviewed”
⚙️ PREFERENCES
preference
prefers-typescript
TypeScript strict + Zod
typescript strict zod
Always TypeScript strict mode. Zod for validation. No any types.
TypeScript strict with Zod ✔
👤 PEOPLE
person
team-alice-backend
Alice — Backend Lead
alice backend review
Alice owns backend services. Review PRs within 24h. Prefers async comms.
PR assigned to Alice ✔
🔄 WORKFLOWS
workflow
deploy-process-prod
Deploy: Production flow
deploy staging checklist
PR → staging auto-deploys → QA signs off in #releases → Merge to main → prod.
Staging deploy triggered ✔
AGENT
“Created payments service in TypeScript strict with Zod validation. PR assigned to Alice for backend review. Staging auto-deploys — I’ll ping #releases for QA sign-off.”
3 cards loaded 3 cards linked ~195 tokens 0 follow-ups
How it works

Three steps. That’s the whole product.

Store
Agent learns something? Save it as a card.
Search
Next session, agent searches for what’s relevant.
Remember
Agent gets exactly the context it needs. ~350 tokens, not 6,000.

Here’s what that looks like in code ↓

cURL
Python
JavaScript
# 1. Store a memory
curl -X POST "https://hyperstack-cloud.vercel.app/api/cards?workspace=default" \
  -H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"slug":"project-api","title":"API","stack":"projects",
       "keywords":["fastapi","python"],"body":"FastAPI 3.12 on AWS"}'

# 2. Search memories
curl "https://hyperstack-cloud.vercel.app/api/search?workspace=default&q=python" \
  -H "X-API-Key: YOUR_KEY"

# 3. Get all cards
curl "https://hyperstack-cloud.vercel.app/api/cards?workspace=default" \
  -H "X-API-Key: YOUR_KEY"
The math

Real savings, real math

Based on Claude Sonnet at $3/M input tokens, 100 agent messages/day.

Without HyperStack

~6,000
tokens every message
6,000 tok × 100 msgs/day
= 600K tokens/day
× 30 days = 18M tokens/mo
× $3/M = $54/mo input alone
+ output tokens & re-explanations ≈ $270/mo

With HyperStack

~350
tokens per message
350 tok × 100 msgs/day
= 35K tokens/day
× 30 days = 1.05M tokens/mo
× $3/M = $3.15/mo input
+ $29 Pro plan = $32/mo total — 96% less

Pricing based on Claude Sonnet 4 ($3/M input). GPT-4o and Opus savings are even higher.

Integrations

Drop into your stack in 30 seconds

MCP server, LangGraph integration, or raw REST API. Pick your path.

🔌

MCP Server

✓ Tested in Cursor
npm install -g hyperstack-mcp

Works with Cursor, Claude Desktop, VS Code, Windsurf. Add 5 lines of JSON config and your agent gets persistent memory.

npm v1.1.0
🤖

LangGraph

✓ 3 lines to add memory
pip install hyperstack-langgraph

Pre-built tools + ReAct agent. Zero dependencies. Your LangGraph agent gets search, store, graph traversal, and time-travel.

PyPI v1.0.0
🌎

REST API

✓ Any language, any agent
pip install hyperstack-py

Python SDK or raw HTTP. cURL, fetch, requests — if it speaks HTTP, it works. No framework lock-in.

PyPI REST

Also on: npm · PyPI · ClawHub

Ready?

10 cards free. Graph from $29/mo. Start free, upgrade when ready.

What 10 free cards gets you
2-3 team members
2-3 decisions
2-3 preferences
1-2 projects