← Back to Plugins
MCP Server MCP

io.github.sumanaddanki/suma-memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sumapro.quadframe.work/mcp",
      "headers": [
        {
          "description": "Bearer token using your SUMA Pro API key (sk_live_... prefix). Get one free at sumapro.quadframe.work",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "suma-mcp-proxy",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your SUMA Pro API key — get one free at sumapro.quadframe.work",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SUMA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...