mcp-server-koyeb
Koyeb modelcontextprotocol server
Documentation
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
- Service Management
- Deployment Management
- Instance Management
- 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
1. Install the package from npmjs:
npm install -g @koyeb/mcp-server2. Set your Koyeb API token:
Create a token at Koyeb API settings and export it:
export KOYEB_TOKEN=your_token_here3. Start the MCP server:
koyeb-mcpThe server will connect via stdio and expose the Koyeb API as MCP tools.
License
MIT
Frequently asked questions
What is mcp-server-koyeb?
mcp-server-koyeb is Koyeb modelcontextprotocol server
How do I install mcp-server-koyeb?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-koyeb open source?
Yes — it is hosted on GitHub at https://github.com/koyeb/mcp-server-koyeb and has 8 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP