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
Modal
Deploy Python scripts to Modal, a serverless platform for running code in the cloud.
APS MCP Server
A Node.js server for the Model Context Protocol that provides access to the Autodesk Platform Services (APS) API with fine-grained access control.
招投标大数据服务
Provides cloud migration services, including asset usage analysis, technology stack evaluation, and migration planning.
Weather MCP Server
Provides weather information using the OpenWeatherMap API.
DataWorks
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
CData Paylocity MCP Server
A read-only MCP server by CData that enables LLMs to query live data from Paylocity.
Auth0 MCP Server
Provides AI assistants with controlled access to the Auth0 Management API for tenant management, enforcing security and least-privilege access.
Civic Nexus
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
YouTube Vision
Interact with YouTube videos using the Google Gemini Vision API.
Azure
Interact with and manage Azure services using natural language.