This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded npm wrapper package enabling direct execution via npx or bunx without Docker
Full changelog
🚀 NPX / Bunx Support
You can now run memory-mcp directly via npm — no Docker or compilation needed!
npx memory-mcp-1file
# or
bunx memory-mcp-1file
MCP Client Configuration
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "memory-mcp-1file"]
}
}
}
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.
What's Changed
- ✨ npm wrapper package — thin JS wrapper that downloads pre-compiled binary from GitHub Releases
- 📖 README — added npx/bunx configuration examples for all major MCP clients
- 🔧 CI — auto-publish to npm on tag push
Supported Platforms
| Platform | Architecture |
|---|---|
| Linux | x86_64 (musl) |
| Linux | x86_64 (gnu) |
| macOS | ARM64 (Apple Silicon) |
| macOS | x86_64 |
| Windows | x86_64 |
Full Changelog: https://github.com/pomazanbohdan/memory-mcp-1file/compare/v0.2.2...v0.2.3
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pomazanbohdan/memory-mcp-1file
A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
Related context
Beta — feedback welcome: [email protected]