Now live — Cloud-hosted MCP server

Your AI should
remember everything

Graph-based memory for Claude Code, Cursor & Devin. SUMA replaces flat files with a mathematical knowledge graph — relationships, emotions, patterns — not just keywords.

settings.json
{
  "mcpServers": {
    "suma-memory": {
      "url": "https://sumapro-mcp.quadframe.work/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_..."
      }
    }
  }
}
Without SUMA
Monday: Explain your codebase to Claude. 10 min, 5000 tokens
Tuesday: New session. Explain again. 10 min, 5000 tokens
Switch to Cursor? Start from zero.
15,000 tokens of context. Every. Single. Message.
With SUMA Pro
Explain once. SUMA ingests it as graph nodes.
Next session: AI calls suma_search. 200 tokens, instant.
Switch tools freely. Same memory everywhere.
98% reduction in context tokens.

Not just memory. Intelligence.

SUMA doesn't just store text. It builds a Knowledge-Weighted Intent Layer (K-WIL) using Connective Topology and Behavioral Signal Detection to isolate the exact context your AI needs.

Connective Topology

Finds connections flat-file search can't. Ask "Who knows my deployment pipeline?" — SUMA traces the graph and finds the answer.

Behavioral Signal Detection

Detects intensity in text — life events, urgency, frustration — and prioritizes important context accordingly.

Cross-Tool Memory

Use Claude Monday, Cursor Tuesday, Devin Wednesday — all share the same SUMA brain. One memory, every tool.

K-WIL Weighting

Patented formulas calculate what matters most — not just recency or frequency. Context that counts rises to the top.

Paradox Detection

Finds contradictions in your knowledge graph. "You said X last week but Y today." Resolves conflicts automatically.

Pattern Detection

Detects repeated behaviors over time. "You always deploy on Fridays." Cross-pattern causation analysis.

Three steps. Three minutes.

1

Sign up & get your API key

Subscribe at $4.99/month. We email you a sk_live_... key instantly.

2

Add 3 lines to your config

Works with any MCP-compatible tool.

// Claude Code, Cursor, or any MCP client
{
  "mcpServers": {
    "suma-memory": {
      "url": "https://sumapro-mcp.quadframe.work/mcp",
      "headers": { "Authorization": "Bearer sk_live_..." }
    }
  }
}
3

Your AI remembers everything

SUMA automatically ingests context, builds the knowledge graph, and serves targeted results — 200 tokens instead of 15,000.

5 MCP Tools. Zero setup.

Your AI calls these tools automatically via the Model Context Protocol.

suma_search Weighted graph search with emotional context
// AI calls this automatically
suma_search(
  query: "deployment pipeline",
  depth: 2,       // multi-hop traversal
  limit: 5,       // top 5 results
  sphere: "work"   // scope to work context
)
// Returns: nodes + confidence scores + emotional signals + graph paths
suma_ingest Add knowledge to the graph
suma_ingest(
  text: "The API uses PostgreSQL with org_id isolation",
  sphere: "architecture",
  extract_relationships: true  // auto-extracts triplets
)
// Automatically creates: API → uses → PostgreSQL, PostgreSQL → has → org_id_isolation
suma_talk Bidirectional — searches AND learns in one call
suma_talk(
  message: "We're migrating to Cloud Run next sprint",
  persona: "companion"
)
// Returns: relevant context + learned nodes + emotional analysis
suma_node Get a node with its full weight profile
suma_node(
  node_id: "POSTGRESQL",
  include_neighbors: true,
  include_weight_profile: true
)
// Returns: content, sphere, neighbors, harmonic weight, emotional intensity
suma_patterns Detect behavioral patterns and causation
suma_patterns(
  query: "deployment",
  include_cross_patterns: true
)
// Returns: temporal patterns, cross-pattern causation
// e.g., "deploy_friday" CAUSES "hotfix_monday"

Simple pricing. Serious memory.

Free to try. $29/month for the full brain.

Starter
$4.99 /month
The developer sandbox
Cloud-hosted, zero setup
Behavioral Signal Detection
Connective Topology search
Paradox + pattern detection
K-WIL weighting (patented)
MCP native (3-line config)
500 queries/month
Start Building ($4.99)
Same full power. Volume-limited sandbox.
Professional
$29 /month
The enterprise brain
Everything in Starter
10,000 queries/month
Dedicated org isolation
Context amnesia (fresh topics)
Priority support
Get Pro Access
Cancel anytime. API key emailed immediately.
Need more? Team ($99/mo) and Enterprise (custom) plans available. Contact us

How SUMA compares

Feature Claude memory.md Cursor .cursorrules Mem0 SUMA Pro
Graph relationships
Emotional detection
Multi-hop traversal
Cross-tool sharing ~
Paradox detection
Pattern detection
Patented algorithms 5 US patents filed

Stop re-explaining your code.

Give your AI a brain that remembers.

Try Free — 30 Days