trackmcp
Back to directory
koyeb

mcp-server-koyeb

View on GitHub

Koyeb modelcontextprotocol server

8 stars TypeScriptOthers Updated Jul 21, 2026

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`.

          json
          {
            "mcpServers": {
              "koyebApi": {
                "command": "npx",
                "args": ["-y", "@koyeb/mcp-server"],
                "env": {
                  "KOYEB_TOKEN": "your_token_here"
                }
              }
            }
          }

          CLI usage

          1. Install the package from npmjs:

          sh
          npm install -g @koyeb/mcp-server

          2. Set your Koyeb API token:

          Create a token at Koyeb API settings and export it:

          sh
          export KOYEB_TOKEN=your_token_here

          3. Start the MCP server:

          sh
          koyeb-mcp

          The 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

          Run your own MCP server? See who uses it and what to fix.

          Measure it with TrackMCP