Skip to content
Grok

Mint — Safe Mac Storage Actions for Grok

com.dzgapp/mint

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

client:Grok transport:stdio runtime:npm

Install Mint — Safe Mac Storage Actions in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Mint — Safe Mac Storage Actions in other clients