Koyeb
JSON →Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Install
npm install -g @koyeb/mcp-server Tools · 14
- list_apps List all Koyeb apps
- get_app Get details of a specific Koyeb app
- create_app Create a new Koyeb app
- list_services List services within an app
- get_service Get details of a specific service
- create_service Create a new service within an app
- update_service Update an existing service
- list_deployments List deployments for an app or service
- get_deployment Get details of a specific deployment
- get_deployment_build_logs Query build logs for a deployment
- get_deployment_runtime_logs Query runtime logs for a deployment
- list_instances List instances for a deployment or service
- get_instance Get details of a specific instance
- list_one_click_apps List available one-click (example) apps on Koyeb
Environment variables
KOYEB_TOKEN
Links
★ 6 GitHub stars