mcp -koyeb
Koyeb modelcontextprotocol server
claude mcp add --transport stdio koyeb-mcp-server-koyeb npx -y @koyeb/mcp-server \ --env KOYEB_TOKEN="your_token_here"
How to use
This MCP server provides programmatic access to the Koyeb API via the MCP protocol. It exposes tools to manage apps, services, deployments, and instances in Koyeb through MCP commands, enabling you to automate typical workflows such as listing and creating apps, managing services within apps, querying deployments and their logs, and inspecting deployment instances. To begin, install the MCP server globally with npm and obtain a Koyeb API token. Once running, the MCP client can discover and invoke the corresponding Koyeb API capabilities as standard MCP tools, streamlining integration with other automation or orchestration systems.
How to install
Prerequisites:
- Node.js and npm installed
- An active Koyeb API token
Step-by-step:
-
Install the MCP server package globally: npm install -g @koyeb/mcp-server
-
Obtain a Koyeb API token from your Koyeb account settings and export it (or set it in the mcp config): export KOYEB_TOKEN=your_token_here
-
Run or configure the MCP server through your MCP client using the provided example (see mcp_config). For direct run, you can start the server via the client invocation that loads the MCP server from npm: koyeb-mcp
-
Verify access by listing resources (apps, services, deployments) through the MCP tools exposed by the server.
Additional notes
Tips:
- Keep your KOYEB_TOKEN secure; do not commit it in code.
- If you regenerate tokens, update the environment variable in your MCP config.
- The MCP server exposes basic app/service/deployment management; for advanced features (secrets, volumes, domains, metrics), monitor for beta features and adjust config accordingly.
- Ensure network access to Koyeb API is permitted by your environment.
- If you encounter token-related errors, re-export KOYEB_TOKEN in the shell or container running the MCP client.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud