Super-Memory-TS

Veedubin/Super-Memory-TS
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
TypeScript implementation of Super-Memory MCP server with local embeddings and vector search
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "super-memory-ts": {
      "command": "npx",
      "args": [
        "-y",
        "Veedubin/Super-Memory-TS"
      ]
    }
  }
}