smart-memory-mcp

smart-memory/smart-memory-mcp
★ 0 stars Python Code/Dev Tools Updated today
Thin MCP server for SmartMemory — HTTP client to remote API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "smart-memory-mcp": {
      "command": "uvx",
      "args": [
        "smart-memory-mcp"
      ]
    }
  }
}

Or install with pip: pip install smart-memory-mcp

README Excerpt

Unified SmartMemory MCP (Model Context Protocol) server — tiered tools, local + remote backends. MCP server exposing SmartMemory operations to MCP-compatible clients (Claude Desktop, Cursor, etc.). Implements the full memory toolset (add, search, recall, decisions, plans, anchors, code-index) and routes to either a local SmartMemory instance or a remote `smart-memory-service` API endpoint.