memreduct

GitHub

Lightweight real-time memory management application to monitor and clean system memory on your computer.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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