Skip to content
Cursor

Mint — Safe Mac Storage Actions for Cursor

com.dzgapp/mint

Inspect Mac and AI-tool storage, explain file activity, and clean safely with Trash and Undo.

client:Cursor transport:stdio runtime:npm

Install Mint — Safe Mac Storage Actions in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dzg-studio/mcp-server-mint"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mint — Safe Mac Storage Actions in other clients