Skip to content
VS Code

agentcash for VS Code

io.github.merit-systems/agentcash

Generic MCP server for calling x402-protected APIs with automatic payment handling

client:VS Code transport:stdio runtime:npm

Install agentcash in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentcash": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentcash"
      ]
    }
  }
}

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

agentcash in other clients