← Index

io.github.sumanaddanki/suma-memory

io.github.sumanaddanki/suma-memory·v1.5.0·Developer Tools
Quality Score
85
/100

Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://sumapro.quadframe.work/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "suma-memory": {
      "command": "npx",
      "args": [
        "-y",
        "suma-mcp-proxy"
      ],
      "env": {
        "SUMA_API_KEY": "<your-suma_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "suma-memory": {
      "command": "npx",
      "args": [
        "-y",
        "suma-mcp-proxy"
      ],
      "env": {
        "SUMA_API_KEY": "<your-suma_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y suma-mcp-proxy
§02  Environment variables
SUMA_API_KEY
requiredsecret

Your SUMA Pro API key — get one free at sumapro.quadframe.work

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools