Glashaus — IPFS Pinning
Pin files and websites to IPFS from Claude. x402 USDC payments on Base — no account needed.
Install Glashaus — IPFS Pinning in your MCP client
Glashaus — IPFS Pinning is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.
- Locate your client's MCP config file.
- Cursor:
~/.cursor/mcp.json - Claude Desktop (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - VS Code:
Settings → Extensions → MCP - Windsurf:
Settings → MCP Servers
- Cursor:
- Add Glashaus — IPFS Pinning to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing
mcpServersobject. - Restart your client so it picks up the new server.
- Verify — ask the assistant to list available tools; Glashaus — IPFS Pinning's tools should appear.
{
"mcpServers": {
"glashaus---ipfs-pinning": {
"command": "npx",
"args": [
"-y",
"glashaus-mcp"
],
"env": {
"GLASHAUS_WALLET_KEY": "<your-glashaus-wallet-key>"
}
}
}
}Install Glashaus — IPFS Pinning in Cursor
Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. Glashaus — IPFS Pinning will show up in the assistant's tool list on next launch.
Install Glashaus — IPFS Pinning in Claude Desktop (macOS)
Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). Glashaus — IPFS Pinning will show up in the assistant's tool list on next launch.
Install Glashaus — IPFS Pinning in Claude Desktop (Windows)
Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). Glashaus — IPFS Pinning will show up in the assistant's tool list on next launch.
Install Glashaus — IPFS Pinning in VS Code
Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. Glashaus — IPFS Pinning will show up in the assistant's tool list on next launch.
npm package: glashaus-mcp
Required environment variables
Glashaus — IPFS Pinning needs the following environment variables set before it can run. Add them to the env block of your mcpServers entry, or export them in your shell before launching the client.
GLASHAUS_WALLET_KEY
Transport
Glashaus — IPFS Pinning supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.
More build.protocol_tooling.mcp MCP servers
Other Model Context Protocol servers in the same space as Glashaus — IPFS Pinning. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.
agentiam-mcp
Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base.
XRPL-Utilities
XRPL data tools for AI agents: wallet classifier, signals, RWA tracker, ETF flows. Pay via x402.
myrsu-mcp
Concentration risk analysis for tech workers with RSU comp — global (US/IN/CA/UK/EU/AU).
anthropic-admin-mcp
Native MCP server for the Anthropic Admin API: org, workspaces, members, API keys, usage, costs.
chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
Azure DevOps (ADO)
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Memory Vault
Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.
MarsNMe
Agent-agnostic memory backend that preserves continuity between humans and AI over time.
Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.