mcp-server-koyeb

koyeb/mcp-server-koyeb

3.3

If you are the rightful owner of mcp-server-koyeb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Koyeb MCP Server is a beta pre-release implementation of the Model Context Protocol for managing Koyeb resources programmatically.

The Koyeb MCP Server is a cutting-edge implementation of the Model Context Protocol (MCP) designed to facilitate the programmatic management of resources on the Koyeb platform. This server allows users to interact with Koyeb's API to manage applications, services, deployments, and instances efficiently. As a beta pre-release, it invites feedback, bug reports, and contributions from the community to enhance its functionality and reliability. The server supports a range of operations, including app and service management, deployment tracking, and instance monitoring. It also provides access to one-click apps, simplifying the deployment of example applications. The Koyeb MCP Server is an essential tool for developers and DevOps professionals looking to streamline their workflows and automate resource management on Koyeb.

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.

Usages

usage with cursor

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

usage with claude desktop

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