Smara Memory MCP Server
Rank #31783glama/smara-io/mcp-server
Provides persistent, decay-aware memory for AI applications by integrating the Smara Memory API through semantic search and Ebbinghaus forgetting curves. It enables tools to store, search, and manage long-term user context with importance-based ranking and automatic decay.
Smara Memory MCP Server is a Model Context Protocol (MCP) server published by smara-io. It ranks #31783 of 58,900 servers tracked on MCP Toplist. Smara Memory MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 31, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 27,117 of 58,900 servers on MCP Toplist.
Use Smara Memory MCP Server
Add Smara Memory MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"smara-io": {
"command": "npx",
"args": [
"-y",
"@smara/mcp-server"
],
"env": {
"SMARA_API_KEY": "<your SMARA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
smara-io
Available versions (1)
| Version | Published |
|---|---|
| 2.0.2 | Apr 6, 2026 |
Frequently asked questions
- What is Smara Memory MCP Server?
- Provides persistent, decay-aware memory for AI applications by integrating the Smara Memory API through semantic search and Ebbinghaus forgetting curves. It enables tools to store, search, and manage long-term user context with importance-based ranking and automatic decay.
- Who maintains Smara Memory MCP Server?
- Smara Memory MCP Server is maintained by smara-io, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Smara Memory MCP Server an official MCP server?
- Yes — Smara Memory MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Smara Memory MCP Server have?
- MCP Toplist tracks 1 version of Smara Memory MCP Server, most recently published on Apr 6, 2026.
- Where can I find the source code for Smara Memory MCP Server?
- The source code for Smara Memory MCP Server is hosted at github.com/smara-io/mcp-server.