Koyeb
Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Koyeb MCP Server
[!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
- Install the package from npmjs:
npm install -g @koyeb/mcp-server
- Set your Koyeb API token:
Create a token at Koyeb API settings and export it:
export KOYEB_TOKEN=your_token_here
- Start the MCP server:
koyeb-mcp
The server will connect via stdio and expose the Koyeb API as MCP tools.
License
MIT
相關伺服器
Huawei MCP Server
A Model Context Protocol server built on Huawei Cloud services, providing secure and controlled cloud access for large AI models.
Cloudflare MCP Server
A remote MCP server deployable on Cloudflare Workers without authentication.
Remote MCP Server Authless Rickroll
A remote MCP server on Cloudflare Workers that generates podcast URLs and rickrolls without authentication, using Cloudflare AI and D1.
PlayFab MCP Server
A middleware server that allows large language models to interact directly with PlayFab services.
LicenseSpring
Interact with LicenseSpring's License API and Management API.
Modal MCP Toolbox
A collection of Model Context Protocol (MCP) tools that run on the Modal cloud platform.
MCP Nomad Go
A Go-based MCP server for managing HashiCorp Nomad resources, including jobs, deployments, nodes, and cluster operations.
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers or locally via npm.
Salesforce MCP
Interact with Salesforce orgs securely and modularly using LLM-driven tools.
AWS‑IReveal‑MCP
Provides a unified interface to AWS services for security investigations and incident response.