Use Agentic AI to deploy your apps
We are introducing Agentic AI support that allows you to manage your infrastructure from Cursor, Claude (web and desktop). Below is the description on getting started.
MCP server
We have added MCP server support in DollarDeploy, allowing you to connect your DollarDeploy instance to popular AI chat services.

Add the MCP server to Claude AI
Go to Settings => Connectors, and add a custom connector.

Press Configure and set permissions to allow everything, except delete-host, provision-host, delete-app, deploy-app. This allows AI to execute everything, but it waits for your confirmation before performing a destructive or expensive action.
Adding the MCP server to the Cursor IDE
See original docs https://cursor.com/docs/context/mcp
Press Settings => Cursor Settings => MCP, and in the text editor, add a new server
Add the following, save, and restart Cursor IDE.
{
"mcpServers": {
"DollarDeploy": {
"url": "http://dollardeploy.com/api/mcp?apiKey=sk....nn"
}
}
}Start chat
You can ask "Deploy my app" or "Deploy Twenty CRM using DollarDeploy to a new server on Hetzner"
