PluginBench
MCP Server
Active

io.github.jyswee/gpusmarket MCP Server

io.github.jyswee/gpusmarket

What is the io.github.jyswee/gpusmarket MCP server?

Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.

How to install io.github.jyswee/gpusmarket

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GPUSMARKET_API_KEY
    required
    secret

    GPUsMarket API key (gpu_...). Required: the MCP server exits without one. Get a key with 'gpusmarket signup' or from your dashboard.

  • Authorization
    secret

    Bearer token using your GPUsMarket API key: 'Bearer gpu_...'. Optional: without one the server starts in onboarding mode and can self-signup via the gpusmarket_signup tool.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gpusmarket": {
      "command": "npx",
      "args": [
        "-y",
        "gpusmarket",
        "mcp-serve"
      ],
      "env": {
        "GPUSMARKET_API_KEY": "<YOUR_GPUSMARKET_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gpusmarket": {
      "command": "npx",
      "args": [
        "-y",
        "gpusmarket",
        "mcp-serve"
      ],
      "env": {
        "GPUSMARKET_API_KEY": "<YOUR_GPUSMARKET_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gpusmarket": {
      "command": "npx",
      "args": [
        "-y",
        "gpusmarket",
        "mcp-serve"
      ],
      "env": {
        "GPUSMARKET_API_KEY": "<YOUR_GPUSMARKET_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gpusmarket": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gpusmarket",
        "mcp-serve"
      ],
      "env": {
        "GPUSMARKET_API_KEY": "<YOUR_GPUSMARKET_API_KEY>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add gpusmarket --env GPUSMARKET_API_KEY=<YOUR_GPUSMARKET_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y gpusmarket mcp-serve

Related MCP servers

Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE.

1
View repository →

AI NPCs with persistent memory for game studios. NPC CRUD, dialogue, voice. Stdio or remote SSE.

1
View repository →

License your music to AI on your terms, and run your whole artist business. 46 tools, keyless.

1
View repository →

Project management for coding agents. Bugs, features, sprints. 73 tools stdio, 74 remote SSE.

1
Shell
View repository →

A2A TrustGate: 4-gate firewall that screens every AI-agent action before it runs. 49 tools.

0
View repository →

Agent-first analytics: stats, events, funnels, network rollups, server-side ingest & billing.

0
View repository →