Skip to content
Cursor

ASG Card for Cursor

io.github.asgcompute/asgcard-mcp-server

Give AI agents autonomous virtual card management via x402 and Stellar USDC

client:Cursor transport:stdio runtime:npm

Install ASG Card in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "asgcard-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@asgcard/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ASG Card in other clients