agentmetal for Cursor
dev.agentmetal/agentmetal
Rent a Linux VPS from an AI agent: provision, SSH in, run commands. Pay USDC (x402) or card.
client:Cursor
transport:stdio
runtime:npm
Install agentmetal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentmetal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentmetal/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs