io.github.sumanaddanki/suma-memory MCP Server
io.github.sumanaddanki/suma-memory
What is the io.github.sumanaddanki/suma-memory MCP server?
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
How to install io.github.sumanaddanki/suma-memory
Copy-paste configuration for popular MCP clients.
SUMA_API_KEYrequiredsecretYour SUMA Pro API key — get one free at sumapro.quadframe.work
AuthorizationrequiredsecretBearer token using your SUMA Pro API key (sk_live_... prefix). Get one free at sumapro.quadframe.work
{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<YOUR_SUMA_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<YOUR_SUMA_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<YOUR_SUMA_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"suma-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<YOUR_SUMA_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add suma-memory --env SUMA_API_KEY=<YOUR_SUMA_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y suma-mcp-proxyRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.