MCP server/cloud

Koyeb MCP Server

Programmatic management of Koyeb resources via the Model Context Protocol.

samihalawa/mcp-server-koyeb ↗by samihalawaupdated
1

Add it to Claude Code

claude mcp add -e "KOYEB_TOKEN=${KOYEB_TOKEN}" koyeb -- npx -y @koyeb/mcp-server
Required:KOYEB_TOKEN
2

Make your agent remember this setup

koyeb's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.

npx conare@latest

Free · one command · indexes the sessions already on disk. Set up in the browser instead →

What it does

  • List, get, and create Koyeb applications
  • Manage services within apps including creation and updates
  • Query build and runtime logs for specific deployments
  • List and inspect instances for deployments and services
  • List available one-click example apps

Tools 5

list_appsList all Koyeb applications
get_appGet details for a specific Koyeb application
list_servicesList services within a specific Koyeb application
list_deploymentsList deployments for a specific service
get_logsQuery build or runtime logs for a deployment

Environment Variables

KOYEB_TOKENrequiredAPI token generated from Koyeb user settings

Try it

List all my current Koyeb applications and their status.
Show me the recent runtime logs for the latest deployment of my web-service.
Which services are currently running in my production app?
Get the details for the deployment with ID 'dep-12345'.
Original README from samihalawa/mcp-server-koyeb

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

  1. Install the package from npmjs:
npm install -g @koyeb/mcp-server
  1. Set your Koyeb API token:

Create a token at Koyeb API settings and export it:

export KOYEB_TOKEN=your_token_here
  1. Start the MCP server:
koyeb-mcp

The server will connect via stdio and expose the Koyeb API as MCP tools.

License

MIT

Frequently Asked Questions

What are the key features of Koyeb?

List, get, and create Koyeb applications. Manage services within apps including creation and updates. Query build and runtime logs for specific deployments. List and inspect instances for deployments and services. List available one-click example apps.

What can I use Koyeb for?

Monitoring deployment health by checking logs directly through the AI chat interface.. Quickly auditing infrastructure by listing all active services and apps.. Troubleshooting failed builds by retrieving build logs without leaving the IDE.. Managing resource lifecycle operations for cloud-native applications..

How do I install Koyeb?

Install Koyeb by running: npm install -g @koyeb/mcp-server

What MCP clients work with Koyeb?

Koyeb works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep Koyeb docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest