mcpbeat Sign in

Edgegap MCP Server

answering

Edgegap is answering right now. Last checked 3 min ago. 547 installs a week from npm. It exposes 10 tools.

Deploy and operate multiplayer game servers on Edgegap's global edge network.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 402 · avg 18
a month agotoday
Uptime history 7 days of history
7 days agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
238 ms
Response time
average over 24h
547
Installs / week
npm and PyPI

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.edgegap.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.edgegap.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.edgegap.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.edgegap.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.edgegap.dev/mcp"
    }
  }
}

This one needs environment variables set before it will start: EDGEGAP_API_TOKEN (Edgegap API token. Optional — omit it and you're prompted at first use.). The author declared them in the registry entry; get the values from the project itself.

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

edgegap
edgegap_create_app
Create a new application to hold game server versions. Only call this after edgegap_list_apps confirms no suitable application exists. Creating an application does not deploy anything — follow with edgegap_create_app_version.
edgegap_create_app_version
Register a container image as a deployable version of an application. The image must already be pushed to a registry that Edgegap can pull from. Resource units: 1024 cpu units = 1 vCPU; memory_mb must be at least 256 and at most double the cpu units. Set verify_image true on the first version so a bad image fails here rather than at deploy time. Avoid the "latest" docker tag — use a build ID so deployments are reproducible.
edgegap_deploy
Start one containerized instance of an application version, placed near the players you specify. Returns immediately with a request_id; the server is still starting and has no connection details yet. Follow this call with edgegap_wait_for_deployment to get the address players connect to. Always stop deployments you started for testing.
edgegap_get_deployment
Read the current status of one deployment, including connection address and ports once it is ready. For a deployment you just created, prefer edgegap_wait_for_deployment — it polls for you instead of making you call this in a loop.
edgegap_get_deployment_logs
Retrieve stdout/stderr and crash output for a deployment. Call this whenever a deployment errors or a server exits unexpectedly — the crash exit code usually identifies the problem faster than redeploying does. Logs for stopped deployments are only retained if Endpoint Storage was configured on the version beforehand.
edgegap_list_app_versions
List the versions under an application, with their container image and resource settings. Use this to find the version name to deploy, or to copy settings from a working version when creating a new one.
edgegap_list_apps
List the applications in the Edgegap organization. Start here before creating or deploying anything, so you reuse an existing application instead of making a duplicate. An "application" groups versions of one game server.
edgegap_list_deployments
List active deployments, optionally filtered. Use this to find deployments left running from earlier sessions before starting new ones — orphaned servers cost money.
edgegap_stop_deployment
Gracefully stop one deployment by request_id, sending SIGTERM to the container. Stop every deployment you started for testing before ending your task. This tool stops exactly one deployment; bulk stop is deliberately not exposed.
edgegap_wait_for_deployment
Poll a deployment until it is ready, errors, or the timeout expires, then return the connection details. This is the tool to call right after edgegap_deploy. Do not build your own polling loop — this handles backoff and reports the container error detail if the server fails to start.

Endpoints

URLTransportStateLatencyChecked
https://mcp.edgegap.dev/mcp streamable-http answering 192 ms 3 min ago

Alternatives to Edgegap

same job, measured the same way
Layero
by layero

Deploy and operate sites on Layero — hosting with build servers in Russia: domains, env, Data API.

34 tools answering
Antics MCP
by antics-gg

Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.

127 installs/wk local only
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
Edge Network
by edge

Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup.

22 tools answering
Shodai Agreements
by shodai

Author, validate, deploy, and operate Shodai on-chain agreements.

11 tools answering
Control Plane
by cpln

Control Plane (controlplane.com): deploy and operate workloads across AWS, GCP, Azure, and more.

answering
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering

Edgegap — questions

Answers built from our own checks of this server.

What can Edgegap do?
It exposes 10 tools, read directly from the server on our last check. Among them: edgegap_create_app, edgegap_create_app_version, edgegap_deploy, edgegap_get_deployment, edgegap_get_deployment_logs, edgegap_list_apps and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Edgegap working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 238 ms. The bar chart above shows every period we have measured.
Is Edgegap still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Edgegap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Edgegap need an API key?
No. Edgegap completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Edgegap?
It answers our handshake in 238 ms on average, which is faster than 59% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Edgegap?
The npm package @edgegap/mcp was installed 547 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.