Skip to content
LangChain

Mint — Safe Mac Storage Actions for LangChain

com.dzgapp/mint

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

client:LangChain transport:stdio runtime:npm

Install Mint — Safe Mac Storage Actions in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mint": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@dzg-studio/mcp-server-mint"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Mint — Safe Mac Storage Actions in other clients