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
Servidores relacionados
Snowflake Cortex AI
An MCP server for Snowflake providing tools for Cortex AI features like Search, Analyst, and Complete.
Beyond Menu Salesforce MCP
Integrate with Salesforce to perform actions like testing connections and running queries.
Elementary
Expose data observability, lineage, test results & incidents to AI agents via MCP
tilt-mcp
Tilt MCP is a Model Context Protocol server that integrates with Tilt to provide programmatic access to Tilt resources, logs, and management operations for Kubernetes development environments
Nacos MCP Router
A MCP server for Nacos that provides search, installation, and proxy functionalities. Connects to a Nacos server via environment variables.
Vanta MCP Server
A server for interacting with Vanta's security compliance platform.
Alby MCP Server
Control a Lightning wallet using Nostr Wallet Connect (NWC).
Deployment.io
Deploy and manage apps on your cloud from coding agents. Create environments, choose regions, configure infrastructure, and monitor jobs. Supports OAuth 2.0 with Dynamic Client Registration, RBAC permissions, and approval workflows for production environments.
Azure AHDS FHIR MCP Server
An MCP server implementation for interacting with Azure Health Data Services FHIR.
Unsplash MCP Server
An MCP server for accessing the Unsplash API to search for and retrieve photos.