Neptune is an AI-native platform engineer. Once you install the Neptune MCP, you can just ask your AI agent to do the deployment for you, without any manual configuration.
curl -fSsL https://neptune.dev/install.sh | bashAfter installation, you'll need to add Neptune to your MCP client.
In Cursor: Add Neptune to your mcp.json:
{
"mcpServers": {
"Neptune": {
"command": "neptune",
"args": ["mcp"]
}
}
}In Claude Code: Use the command to add Neptune to your MCP client:
claude mcp add Neptune neptune mcpFor other IDEs and MCP clients, see the installation guide.
Simply ask your AI agent:
Deploy to NeptuneThat's it! Your app will be deployed and accessible via a public URL.
For more information, check out the Neptune Quickstart Guide.
