Get Started
The fastest way to get started is our Quickstart guide, which includes installation instructions for all supported tools.Quickstart
Install Neptune MCP and deploy your first app in minutes
Supported Tools
We have specific setup instructions for these tools in the quickstart:| Tool | Platform | Notes |
|---|---|---|
| Cursor | macOS, Linux, Windows | Popular AI-native editor |
| Claude Code | macOS, Linux, Windows | Anthropic’s CLI tool |
| Windsurf | macOS, Linux, Windows | Codeium’s AI IDE |
| VS Code + Cline | macOS, Linux, Windows | Via Cline extension |
| VS Code + GitHub Copilot | macOS, Linux, Windows | Via Copilot Chat |
| JetBrains IDEs | macOS, Linux, Windows | IntelliJ, PyCharm, WebStorm, etc. |
| Warp | macOS, Linux | AI-native terminal |
What You Can Do
Once Neptune is installed, you can ask your AI assistant to:| Request | What Happens |
|---|---|
| ”Deploy this app” | Creates Dockerfile, config, provisions resources, deploys |
| ”Add an S3 bucket for uploads” | Adds StorageBucket resource and provisions it |
| ”Set my Stripe API key” | Securely stores the secret |
| ”What’s the deployment status?” | Shows infrastructure and service status |
| ”Show me the logs” | Retrieves application logs |
| ”Delete this project” | Removes project and all resources |
Troubleshooting
Having issues with a specific tool? Check the troubleshooting guides:Generic MCP Setup
For other MCP clients or advanced configuration (STDIO/HTTP)