Skip to content
Zed

agentmetal for Zed

dev.agentmetal/agentmetal

Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card.

client:Zed transport:stdio runtime:npm

Install agentmetal in Zed

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

{
  "context_servers": {
    "agentmetal": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmetal/mcp"
      ]
    }
  }
}

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

agentmetal in other clients