MCP.so
ログイン

Endgame

@endgame-hq

Endgame について

The cloud designed for use by AI Agents. Deploy rapidly, auto-test, and self heal apps via Cursor, Claude Code, Windsurf, etc.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

endgame-hq

投稿者

Austen Collins

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Endgame": {
      "command": "npx",
      "args": [
        "endgame-mcp@latest"
      ],
      "env": {
        "API_KEY": ""
      }
    }
  }
}

ツール

6

Sets up the app directory for deployment to the Endgame platform by ensuring a dotfile exists with essential details. - ONLY run this when an error from another tool suggests to run this.

This tool reviews your app and provides specific instructions, guidance and examples for building and deploying apps for the Endgame platform based on the details you provide. - ALWAYS call the "review" tool before calling the "deploy" tool to ensure deployment is successful. - ALWAYS include ALL frameworks, languages, and package managers used in the app. - GENERALLY call the "review" tool before starting development to get to know how to build and deploy your app to ensure the work is compliant with the Endgame platform.

Deploys an application to the Endgame platform which will host it on a cloud server. - ALWAYS call the "review" tool before calling the "deploy" tool to ensure deployment is successful. - ALWAYS ensure your app is a web server listening on port 8080. Apps without a back-end server (e.g. only static site files) are not supported. - ALWAYS ensure the runtime is Node.js, version 22.x. - ALWAYS ensure the 'appSourcePath' parameter is the absolute path to the root of the app's source code directory (not a build output directory). - ALWAYS ensure the buildCommand includes the install command for the package manager used in the app (see example below). - NEVER run any build, export, or install commands locally before deployment. The Endgame platform will install dependencies and execute the 'buildCommand' in the cloud.

Call an App and respective Branch's endpoint and stream logs. Returns a stringified JSON object: { branchUrl, response, logs }.

List all deployed apps within an organization.

Deletes an app and all its related data (branches, versions, deployments, analytics). This is a comprehensive cleanup operation that removes all traces of an app.

概要

What is Endgame?

Endgame is the first cloud platform designed to be used by AI Agents, enabling them to deploy rapidly, auto-test and self heal your apps. It uses the Model Context Protocol (MCP) to integrate directly into AI Agents in development tools like Cursor, Windsurf, VS Code, and Claude Code.

How to use Endgame?

Integrate Endgame via its MCP implementation into compatible AI development tools. For setup and configuration details, refer to the official documentation at endgame.dev.

Key features of Endgame

  • Model Context Protocol (MCP) integration for AI Agents
  • Rapid deployments averaging around 10 seconds
  • Cloud builds eliminating local environment complexity
  • Infinite branching for isolated experiments
  • Full-stack deployment of Node.js web servers
  • Autonomous code review and automated testing with diagnostics

Use cases of Endgame

  • Rapidly deploy and auto-test applications through an AI Agent
  • Run isolated experiments with unlimited parallel branches
  • Automate code review and

コメント

「開発者ツール」の他のコンテンツ