MCP Server
MCP
io.github.jyswee/gpusmarket
Rent real GPUs from the terminal. Per-second billing, $0.50 minimum. stdio MCP server.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.gpusmarket.com/sse",
"headers": [
{
"description": "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.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "gpusmarket",
"version": "2.4.16",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "GPUsMarket API key (gpu_...). Required: the MCP server exits without one. Get a key with 'gpusmarket signup' or from your dashboard.",
"isRequired": true,
"isSecret": true,
"name": "GPUSMARKET_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment