Skip to content
Zed

mcp for Zed

online.fileshareforagents/mcp

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

client:Zed transport:stdio runtime:npm

Install mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ],
      "env": {
        "WALLET_KEY": "<WALLET_KEY>",
        "FILESHARE_NETWORK": "<FILESHARE_NETWORK>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp in other clients