Skip to content
VS Code

Glashaus — IPFS Pinning for VS Code

io.github.addiinnocent/glashaus-mcp

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

client:VS Code transport:stdio runtime:npm

Install Glashaus — IPFS Pinning in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "glashaus-wallet-key",
      "description": "GLASHAUS_WALLET_KEY",
      "password": true
    }
  ],
  "servers": {
    "glashaus-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "glashaus-mcp"
      ],
      "env": {
        "GLASHAUS_WALLET_KEY": "${input:glashaus-wallet-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Glashaus — IPFS Pinning in other clients