Cursor is a world-class AI-powered code editor built for programming with AI. It supports MCP servers, and by adding Endgame, you'll enable Cursor to seamlessly deploy any code that it writes.

Install Cursor

If you don't already have Cursor installed, download it from the official Cursor website and follow their installation guide.

Add Endgame MCP Server

Quick Install (Recommended)

Click this button to install the Endgame MCP server into Cursor with one click:

Add Endgame MCP server to Cursor

After installation, you'll need to add your API key to the environment variable. You can get your API key from Endgame's dashboard.

Manual Installation

Alternatively, you can manually add the Endgame MCP server to Cursor by following these steps:

  1. Open Cursor
  2. Go to Cursor Settings
  3. Navigate to MCP section
  4. Click Add new MCP Server
  5. Enter the following configuration:
{
  "mcpServers": {
    "endgame": {
      "command": "npx",
      "args": ["endgame-mcp@latest"],
      "env": {
        "API_KEY": "your_endgame_api_key"
      }
    }
  }
}

Replace your_endgame_api_key with your actual Endgame API key, which you can obtain from Endgame's dashboard.

Verify Installation

To confirm the MCP server has been correctly installed, you can check the MCP status within Cursor or look for the Endgame tools in the Cursor interface.

Once configured, you can use the Endgame tools directly within Cursor conversations to manage your applications and deployments seamlessly.

On This Page