Skip to content
Cursor

Glashaus — IPFS Pinning for Cursor

io.github.addiinnocent/glashaus-mcp

Pin files and websites to IPFS from Claude. x402 USDC payments on Base — no account needed.

client:Cursor transport:stdio runtime:npm

Install Glashaus — IPFS Pinning in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "glashaus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glashaus-mcp"
      ],
      "env": {
        "GLASHAUS_WALLET_KEY": "<GLASHAUS_WALLET_KEY>"
      }
    }
  }
}

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

Glashaus — IPFS Pinning in other clients