Productivity|Development|AI / ML|DatabaseSwift

Wax

Single-file memory layer for AI agents.

Free
N/A rating (0 reviews)0 installs695 GitHub stars
memoryAISwift

Wax is a high-performance, single-file memory layer for AI agents on Apple platforms. It stores documents, embeddings, and structured knowledge in a single portable `.wax` file, keeping memory local and setup light for fast recall.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wax-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-wax-1"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.