TypeScript implementation of Super-Memory MCP server with local embeddings and vector search
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"
]
}
}
}
Run in terminal:
claude mcp add super-memory-ts npx -y Veedubin/Super-Memory-TS
Add to .cursor/mcp.json:
{
"mcpServers": {
"super-memory-ts": {
"command": "npx",
"args": [
"-y",
"Veedubin/Super-Memory-TS"
]
}
}
}