Skip to content

v2.3.0 — Universal Integration

Choose a tag to compare

@varun369 varun369 released this 08 Feb 18:09
Immutable release. Only release title and notes can be modified.

SuperLocalMemory V2.3.0 — Universal Integration Release

The architecture was always universal. Now the distribution is too.

What's New

  • 4 new MCP configs: Codex CLI (TOML), VS Code/Copilot, Gemini CLI, JetBrains
  • slm serve command: HTTP transport for ChatGPT and remote MCP clients
  • MCP tool annotations: readOnlyHint, destructiveHint, openWorldHint on all 6 tools
  • Auto-detect 16+ tools: Codex, VS Code/Copilot, Gemini CLI, JetBrains added to install.sh
  • Universal symlink: ~/.superlocalmemory~/.claude-memory for non-Claude branding
  • Skills expansion: Cursor + VS Code/Copilot added to install-skills.sh with --auto flag
  • npm is primary install: npm install -g superlocalmemory

Supported Tools (16+)

Tool Integration
Claude Code Skills + MCP
Cursor MCP + Skills
Windsurf MCP + Skills
Claude Desktop MCP
OpenAI Codex MCP + Skills
VS Code / Copilot MCP + Skills
Continue.dev MCP + Skills
Cody Custom Commands
Gemini CLI MCP + Skills
JetBrains IDEs MCP
Zed Editor MCP
OpenCode MCP
Perplexity MCP
Antigravity MCP + Skills
ChatGPT HTTP Transport
Aider Smart Wrapper
Any Terminal CLI

Install

npm install -g superlocalmemory

Or manual:

git clone https://github.com/varun369/SuperLocalMemoryV2.git
cd SuperLocalMemoryV2 && ./install.sh

Backward Compatibility

100% backward compatible. Zero breaking changes. Existing data untouched.

Testing

  • 68/68 regression tests passed
  • Docker fresh install: passed (Python 3.11-slim)
  • Docker backward compatibility: passed (existing data preserved)

100% local. 100% private. 100% universal.

Created by Varun Pratap Bhardwaj