Show HN: Neptune – Give your coding agents DevOps superpowers
Hi HN, We are the team behind Shuttle (YC S20). We just shipped Neptune, ( https://github.com/shuttle-hq/neptune-mcp ) an open source MCP server that lets coding agents actually deploy software, not just write code. Behind it is an app deployment platform we built to be friendly for AI agents. Neptune runs in your IDE. It reads your codebase, analyzes its structure and intent using ASTs and inference, and generates a deterministic infrastructure spec called neptune.json. You can inspect every change, approve it, and apply it. Think: coding agents that can actually ship safely to AWS. How it works in practice: 1. Take any of your existing apps 2. Install Neptune mcp & login 3. Tell your agent to deploy 4. Watch it do everything else for you and (super important) it keeps you in the loop at every step, asking for your approval and guidance. We’ve spent most of our time implementing guardrails to make this as safe as if you were doing it yourself. We built this aft
DeepCamp AI