Chang Feng 🦦 Building OtterShipper
fengchang08.bsky.social
Chang Feng 🦦 Building OtterShipper
@fengchang08.bsky.social
Ex-Amazon SDE → Indie dev building AI-first tools

🦦 Building OtterShipper: Deploy via Claude Code/MCP
🏗️ #buildinpublic my first indie project
Ended up throwing Multipass VMs at it with 8 cores. Not elegant, not clever caching, just brute force compute. But it works now and I can actually test things locally before pushing.

Sometimes the solution is just "use more CPU" and that's fine.
October 10, 2025 at 5:50 PM
Yeah, I asked the question on Reddit and got something useful www.reddit.com/r/mcp/commen...
From the mcp community on Reddit
Explore this post and more from the mcp community
www.reddit.com
October 10, 2025 at 5:49 PM
The outcome: I know exactly which AIs can successfully use my MCP server and which ones can't. If none of them can, I know my tool descriptions or schema need work before any real user hits this wall.

I really want this to exist.
October 6, 2025 at 3:15 PM
Then it checks: Does each model understand what the user actually wants? Does it understand my MCP's capabilities? Does it prepare the data correctly? Does it call my tools in the right sequence with the right parameters?
October 6, 2025 at 3:15 PM
Here's what I want:

I give it real user input ("find me all TypeScript files modified this week") and my MCP implementation. The test runs this through multiple AI models—Claude, GPT, Gemini, whatever I want to support.
October 6, 2025 at 3:15 PM
Ex-Amazon SDE here. I love building side projects, but managing deployments manually is a headache.

With AI writing more code faster, I needed a better solution. If Claude can build my service, why can't it deploy it too?

github.com/ottershipper...
Follow for updates →
GitHub - ottershipper/ottershipper: AI-first deployment platform for Docker applications. Deploy via conversation with Claude Code using the Model Context Protocol (MCP).
AI-first deployment platform for Docker applications. Deploy via conversation with Claude Code using the Model Context Protocol (MCP). - ottershipper/ottershipper
github.com
October 1, 2025 at 5:33 PM