deploypilot

Yogdunana/deploypilot
★ 0 stars Go 🤖 AI/LLM Updated today
AI-native deployment middleware — MCP-powered server deployment for AI IDEs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deploypilot": {
      "command": "go",
      "args": [
        "run",
        "github.com/Yogdunana/deploypilot@latest"
      ]
    }
  }
}