Koyeb MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KOYEB_TOKEN | Yes | Your Koyeb API token, which can be created at https://app.koyeb.com/user/settings/api |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-tokenB | Get the Koyeb API token |
| list-appsD | List apps |
| get-appC | Get an app by its id |
| create-appD | Create an app |
| list-deploymentsC | Get the list of deployments |
| get-deploymentB | Get a specific deployment by its id |
| list-instancesD | Get the list of instances |
| get-instanceC | Get a specific instance by its id |
| query-logsC | Get the build or runtime logs |
| list-one-click-appsB | List one-click apps (example applications) that can be deployed on Koyeb |
| list-servicesC | Get the list of services |
| get-serviceC | Get a specific service by its id |
| create-serviceC | Create a new service inside an existing app |
| update-serviceC | Update a service's configuration by creating a new deployment |
| deployC | Deploy a directory to Koyeb |
| execC | Execute a command in a running deployment |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Each tool has a clearly distinct purpose targeting specific resources and actions in the Koyeb platform. For example, create-app vs. create-service target different entities, and get-* tools are clearly scoped to individual resource types. No tools appear to overlap in functionality.
All tools follow a consistent verb_noun naming pattern with hyphen separation (e.g., create-app, list-apps, get-service). The pattern is applied uniformly across all 16 tools, making them predictable and easy to understand.
16 tools is slightly on the higher side but reasonable for a comprehensive cloud deployment platform. It covers core operations for apps, services, deployments, instances, and logs without feeling excessively bloated. The count aligns well with the platform's scope.
The toolset provides strong coverage for the Koyeb domain, including CRUD operations for key resources (apps, services, deployments, instances) and essential utilities like logs and token management. Minor gaps might include operations like deleting resources or scaling services, but core workflows are well-supported.