Back to Apps

Paygress MCP
by dhananjaypurohit
Deploy and manage pay-per-use anonymous Linux containers via Lightning + Nostr.
0 stars
Works in:CursorCodex
Exposes:Tools
What it does
Integrates AI assistants with the Paygress marketplace, enabling them to discover compute providers, spawn anonymous Linux sandboxes paid with Cashu tokens, and execute code directly within those containers.
Tools
discover_providers: Find available compute providers on Nostr.spawn_sandbox: Provision a new Linux container using a prepaid voucher.fan_out_spawns: Simultaneously spawn multiple containers for batch workloads.monitor_lease: Check the remaining time and status of a container lease.extend_lease: Add more time to a running container by providing another voucher.run_code: Execute shell commands inside the sandbox via HTTP exec.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"paygress": {
"command": "paygress-cli",
"args": ["mcp"],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
cargo install paygress-cliInformation
- Pricing
- paid
- Published
- 6/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp configCursor
Add to ~/.cursor/mcp.jsonClaude Desktop
Add paygress-cli mcp to claude_desktop_config.json





