Connects Claude (and other MCP clients) to the Smara Memory API, which ranks stored facts using a decay algorithm modeled on the Ebbinghaus forgetting curve. You get five tools: store_memory with importance weighting, search_memories with temporal scoring that surfaces recent and critical facts first, get_user_context for dropping formatted memory into system prompts, plus delete and usage checking. Requires a Smara API key. Reach for this when you want conversational context that persists across sessions and naturally deprioritizes stale information without manual pruning. Free tier includes 10,000 memories.
MCP server for the Smara Memory API — give any AI app persistent memory with Temporal Memory Scoring™.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"smara": {
"command": "npx",
"args": ["-y", "@smara/mcp-server"],
"env": {
"SMARA_API_KEY": "your-api-key-here"
}
}
}
}
Get a free API key at smara.io (10,000 memories, no credit card).
| Tool | Description |
|---|---|
store_memory | Store a fact about a user with importance scoring |
search_memories | Semantic search with Temporal Memory Scoring™ |
get_user_context | Pre-formatted context string for LLM system prompts |
delete_memory | Delete a specific memory |
get_usage | Check plan limits and memory count |
Smara uses Temporal Memory Scoring™ — a proprietary ranking system that makes AI memory work like human recall. Memories naturally fade over time, modulated by importance and access patterns. Recent, critical memories surface first. Stale, trivial ones fade. Contradictions are auto-detected and resolved.
| Variable | Required | Default |
|---|---|---|
SMARA_API_KEY | Yes | — |
SMARA_API_URL | No | https://api.smara.io |
MIT
SMARA_API_KEY*secretYour Smara API key from smara.io
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent