🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smara/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smara/mcp-server

MCP server for Smara Memory API — persistent memory for AI agents

latest
Source
npmnpm
Version
2.2.0
Version published
Weekly downloads
39
8.33%
Maintainers
1
Weekly downloads
 
Created
Source

@smara/mcp-server

MCP server for the Smara Memory API — give any AI app persistent memory with Temporal Memory Scoring™.

Quick Start

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).

Tools

ToolDescription
store_memoryStore a fact about a user with importance scoring
search_memoriesSemantic search with Temporal Memory Scoring™
get_user_contextPre-formatted context string for LLM system prompts
delete_memoryDelete a specific memory
get_usageCheck plan limits and memory count

How It Works

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.

Works With

  • Claude Desktop
  • Claude Code
  • Cursor
  • Windsurf
  • VS Code (GitHub Copilot)
  • Any MCP-compatible client

Environment Variables

VariableRequiredDefault
SMARA_API_KEYYes
SMARA_API_URLNohttps://api.smara.io

License

MIT

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts