Suma MCP Server
Rank #27,756io.github.sumanaddanki/suma-memory
Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session.
Suma MCP Server is a Model Context Protocol (MCP) server published by sumanaddanki. It ranks #27,756 of 115,591 servers tracked on MCP Toplist. Suma MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 12, 2026 and most recently updated on Apr 12, 2026.
Ranks ahead of 87,835 of 115,591 servers on MCP Toplist.
Use Suma MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http suma-memory https://sumapro.quadframe.work/mcpclaude mcp add suma-memory -e "SUMA_API_KEY=<your SUMA_API_KEY>" -- npx -y suma-mcp-proxyReplace each placeholder with your own value before saving.
[mcp_servers.suma-memory]
url = "https://sumapro.quadframe.work/mcp"Add to ~/.codex/config.toml.
[mcp_servers.suma-memory]
command = "npx"
args = ["-y", "suma-mcp-proxy"]
[mcp_servers.suma-memory.env]
SUMA_API_KEY = "<your SUMA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://sumapro.quadframe.work/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<your SUMA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suma-memory": {
"url": "https://sumapro.quadframe.work/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<your SUMA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"suma-memory": {
"type": "http",
"url": "https://sumapro.quadframe.work/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"suma-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<your SUMA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suma-memory": {
"serverUrl": "https://sumapro.quadframe.work/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<your SUMA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suma-memory": {
"url": "https://sumapro.quadframe.work/mcp"
}
}
}{
"mcpServers": {
"suma-memory": {
"command": "npx",
"args": [
"-y",
"suma-mcp-proxy"
],
"env": {
"SUMA_API_KEY": "<your SUMA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sumanaddanki%2Fsuma-memory)<a href="https://mcptoplist.com/server/io.github.sumanaddanki%2Fsuma-memory"><img src="https://mcptoplist.com/badge/io.github.sumanaddanki%2Fsuma-memory.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sumanaddanki
Available versions (2)
| Version | Published |
|---|---|
| 1.5.0 | Apr 12, 2026 |
| 1.4.0 | Apr 12, 2026 |
Frequently asked questions
- Who maintains Suma MCP Server?
- Suma MCP Server is maintained by sumanaddanki, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Suma MCP Server listed on the Official MCP Registry?
- Yes — Suma MCP Server is listed on the Official MCP Registry.
- How many versions does Suma MCP Server have?
- MCP Toplist tracks 2 versions of Suma MCP Server, most recently published on Apr 12, 2026.
- Where can I find the source code for Suma MCP Server?
- The source code for Suma MCP Server is hosted at github.com/sumanaddanki/suma-mcp.