Skip to content
VS Code

agentmetal for VS Code

dev.agentmetal/agentmetal

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

client:VS Code transport:stdio runtime:npm

Install agentmetal in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentmetal in other clients