Cursor
Learn how to set up and use Endgame with Cursor AI IDE. Complete guide for configuring the MCP server and developing with AI assistance.
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:
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:
- Open Cursor
- Go to Cursor Settings
- Navigate to MCP section
- Click Add new MCP Server
- 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.