Skip to main content
Glama
eldarknz

cursor-yougpu-mcp

by eldarknz

cursor-yougpu-mcp

MCP-сервер для YouGPU REST API: каталог GPU, создание/стоп/старт/удаление инстансов, баланс.

Архитектура пайплайна транскрибации и диаризации: docs/TRANSCRIPTION_ARCHITECTURE.md.

Tools

Tool

Описание

yougpu_balance

Баланс кошелька

yougpu_list_gpus

Каталог моделей GPU

yougpu_list_offers

Офферы/цены по gpu_id

yougpu_list_ssh_keys

SSH-ключи аккаунта

yougpu_list_instances

Список инстансов

yougpu_get_instance

Детали инстанса

yougpu_create_instance

Создать инстанс

yougpu_wait_ready

Ждать ACTIVE + IP

yougpu_stop_instance

Остановить

yougpu_start_instance

Запустить

yougpu_delete_instance

Terminate (стоп биллинга GPU)

Related MCP server: quads-mcp

Setup

mkdir -p ~/.config/yougpu
cp config.example.env ~/.config/yougpu/config.env
# set YOUGPU_API_KEY=...

npm install
npm run build
chmod +x bin/cursor-yougpu-mcp
ln -sf "$PWD/bin/cursor-yougpu-mcp" ~/.local/bin/cursor-yougpu-mcp

В ~/.cursor/mcp.json:

"yougpu": {
  "command": "/Users/YOUR_USER/.local/bin/cursor-yougpu-mcp",
  "args": []
}

API key создаётся в console.yougpu.ru (раздел API Keys). Документация: https://docs.yougpu.ru/api/overview/

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    An MCP server that enables seamless management of Novita AI platform resources, currently supporting GPU instance operations (list, create, start, stop, etc.) through compatible clients like Claude Desktop and Cursor.
    20
    16
    12
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.

  • Massed Compute MCP — GPU inventory, VM lifecycle, billing, SSH keys, and setup recipes.

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eldarknz/cursor-yougpu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server