Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Koyeb Server

БесплатноНе проверен

Enables programmatic management of Koyeb resources including apps, services, deployments, and instances via the Model Context Protocol. It allows users to query

GitHubEmbed

Описание

Enables programmatic management of Koyeb resources including apps, services, deployments, and instances via the Model Context Protocol. It allows users to query build and runtime logs and perform resource lifecycle operations through the Koyeb API.

README

[!NOTE]

Koyeb MCP is currently a beta pre-release. Feedback, bug reports, and contributions are welcome! Please open an issue or pull request.

Planned features: Secrets, volumes, domains, pause/resume, update app, cancel deployment, metrics, log tailing

A Model Context Protocol (MCP) server implementation for the Koyeb API. This project enables programmatic management of Koyeb resources (apps, services, deployments, instances, logs, and more) via the MCP protocol.

Features

  • App Management

    • List, get, and create Koyeb apps
  • Service Management

    • List, get, create, and update services within apps
  • Deployment Management

    • List and get deployments, query build/runtime logs
  • Instance Management

    • List and get instances for deployments/services
  • One-Click Apps

    • List available one-click (example) apps on Koyeb

Adding MCP config to your client

Add the following to your .cursor/mcp.json or claude_desktop_config.json.

{
  "mcpServers": {
    "koyebApi": {
      "command": "npx",
      "args": ["-y", "@koyeb/mcp-server"],
      "env": {
        "KOYEB_TOKEN": "your_token_here"
      }
    }
  }
}

CLI usage

  1. Install the package from npmjs:
npm install -g @koyeb/mcp-server
  1. Set your Koyeb API token:

Create a token at Koyeb API settings and export it:

export KOYEB_TOKEN=your_token_here
  1. Start the MCP server:
koyeb-mcp

The server will connect via stdio and expose the Koyeb API as MCP tools.

License

MIT

from github.com/samihalawa/mcp-server-koyeb

Установить Koyeb Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install koyeb-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add koyeb-mcp-server -- npx -y @koyeb/mcp-server

Пошаговые гайды: как установить Koyeb Server

FAQ

Koyeb Server MCP бесплатный?

Да, Koyeb Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Koyeb Server?

Нет, Koyeb Server работает без API-ключей и переменных окружения.

Koyeb Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Koyeb Server в Claude Desktop, Claude Code или Cursor?

Открой Koyeb Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Koyeb Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development