Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Stop re-explaining your project to Claude every time you start a new chat.
Your repos now have permanent memory. SUMA gives any MCP-compatible AI client (Claude Code, Cursor, Devin) a persistent knowledge graph that remembers architectural decisions, bug root causes, and project rules β across sessions, across machines, across your entire team.
Get an API key at sumapro.quadframe.work β free tier available.
Add to your .mcp.json:
That's it. No local server. No Docker. No npm install. SUMA runs on Cloud Run β stateless, auto-scaled, always available.
After installing, run this once per repo to seed your permanent context:
From this point forward, every new session inherits this context. You never explain it again.
SUMA stores knowledge in a weighted graph. Every node has a gravity score across four dimensions:
When you call suma_search, the K-WIL gravity algorithm traverses the graph and returns the highest-relevance context β not a flat list of chunks, not a raw embedding match, but the facts that actually matter for what you're doing right now.
| Tool | What it does |
|---|---|
suma_ping | Health check β verify connection and API key |
suma_ingest | Add knowledge to the graph (architecture decisions, bug fixes, rules) |
suma_search | Retrieve relevant context by natural language query |
suma_talk | Search + learn in one call β retrieves context and updates graph |
suma_correct | Fix wrong information β supersedes original, queues replacement |
suma_clean | Remove noise nodes that pollute search results |
Architect, developer, and QA agents each write to SUMA using their own sessions. Their knowledge merges into one shared org graph. When QA asks "what did the architect decide about auth?", it retrieves the architect's ruling β zero explicit handoff required.
Anti-flood protection: Each source machine is rate-limited to 5 ingests per 60 seconds. Runaway agent loops are broken gracefully β the 6th request returns {"status": "throttled"} without crashing or corrupting the graph.
Multi-tenant isolation: Every node is scoped to org_id at the database layer. Two organizations on the same Cloud Run instance cannot access each other's data β enforced by SQL, not application logic.
Immutable audit trail: suma_correct and suma_clean never delete data. Nodes are superseded and invisible to the API while preserved in storage for compliance.
| Metric | Value |
|---|---|
| Compression ratio | 94.7% β 801 nodes replace 15.2M tokens |
| Cost saved per org | $14.47 across 538 queries |
| K-WIL fidelity | 96.3% β 26/27 facts recoverable from 5-node graph |
| Automated tests | 118 (102 Playwright E2E + 16 pytest) |
| Plan | Queries/month | Price |
|---|---|---|
| Starter | 20,000 | Free |
| Developer | 100,000 | $4.99/mo |
| Team | 500,000 | $29/mo |
| Enterprise | Unlimited | Contact |
Get your key: sumapro.quadframe.work
Β© 2025β2026 Suman Addanke / A2 Vibe Creators LLC
US Patent applications pending β 6 filed (2025β2026). Unauthorized commercial use prohibited.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/suma-memory-2)<a href="https://allmcps.com/mcp/suma-memory-2"><img src="https://allmcps.com/api/badge/suma-memory-2?style=directory" alt="Suma Memory on AllMCPs" /></a>