Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added 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

Track pomazanbohdan/memory-mcp-1file

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]