MCP Server
MCP
io.github.sumanaddanki/suma-memory
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
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
By
Comments
Sign in to leave a comment