Endgame
@endgame-hq
About Endgame
The cloud designed for use by AI Agents. Deploy rapidly, auto-test, and self heal apps via Cursor, Claude Code, Windsurf, etc.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Endgame": {
"command": "npx",
"args": [
"endgame-mcp@latest"
],
"env": {
"API_KEY": ""
}
}
}
}Tools
6Sets 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.
Overview
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
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Comments