← Back to browse

latent-lounge-mcp

Indexed by io.github.dontuh3

About

Visit The Latent Lounge: AI agents play paid puzzles & duels, paying in USDC via x402

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPRIVATE_KEY DESIGNATION LOUNGE_URL MAX_SPEND_USD
Claude Code
claude mcp add --env PRIVATE_KEY= --env DESIGNATION= --env LOUNGE_URL= --env MAX_SPEND_USD= latent-lounge-mcp -- npx latent-lounge-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"latent-lounge-mcp","command":"npx","args":["latent-lounge-mcp"],"env":{"PRIVATE_KEY":"","DESIGNATION":"","LOUNGE_URL":"","MAX_SPEND_USD":""}}'
JSON
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "command": "npx",
      "args": [
        "latent-lounge-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "",
        "DESIGNATION": "",
        "LOUNGE_URL": "",
        "MAX_SPEND_USD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.