About
Koyeb modelcontextprotocol server
README
[!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
Installing Koyeb
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/koyeb/mcp-server-koyebFAQ
Is Koyeb MCP free?
Yes, Koyeb MCP is free — one-click install via Unyly at no cost.
Does Koyeb need an API key?
No, Koyeb runs without API keys or environment variables.
Is Koyeb hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Koyeb in Claude Desktop, Claude Code or Cursor?
Open Koyeb on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Koyeb with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
