loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

devpilot

MCP Tool

benzsevern/devpilot

Dev server supervisor for AI coders. CLI + MCP server with 10 tools. Manage lifecycles, detect reloads, check health, recover from crashes.

Install

$ npx loaditout add benzsevern/devpilot

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "devpilot": {
      "command": "npx",
      "args": [
        "-y",
        "devpilot"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

devpilot

Dev server supervisor for AI coders.

AI coding agents (Claude Code, Cursor, Copilot) break dev servers constantly — editing files mid-reload, causing port conflicts, spawning zombie processes. Then they panic: kill random PIDs, rotate ports, nuke all Python processes. It gets worse.

devpilot gives AI coders structured, reliable process awareness. It manages dev server lifecycles, detects reloads, checks health, and returns JSON that AI can parse and act on — so the panic cycle never starts.

Install
MCP Server (recommended for AI tools)

DevPilot runs as a local MCP server because it needs direct access to your machine's processes, ports, and filesystem. Install once, and every AI session has the tools available.

Claude Code:

pip install "devpilot-ai[mcp]"
claude mcp add devpilot -- devpilot-mcp

Cursor / VS Code / other MCP clients:

{
  "mcpServers": {
    "devpilot": {
      "command": "devpilot-mcp"
    }
  }
}

> Why local, not remote? DevPilot spawns processes, reads stdout, checks localhost ports, and manages PIDs on your machine. A remote server can't do any of that. The Smithery listing exists for discovery and documentation — actual usage requires the local server.

CLI
pip install devpilot-ai

Or with pipx for global CLI use:

pipx install devpilot-ai
Quick Start
Auto-detect and configure your project
devpilot init

Scans for pyproject.toml, requirements.txt, package.json and generates .devpilot.yaml with the right framework profiles.

Start your dev server under devpilot
devpilot run api "uvicorn main:app --reload --port 8000"
Or attach to an already-running server
devpilot attach api --port 8000
Check what happened after editing a file
devpilot changed src/main.py

Returns structured JSON:

[{
  "service": "api",
  "rel

Tags

ai-codingclaude-codecursordev-serverdeveloper-toolsfastapihot-reloadmcpmcp-servermodel-context-protocolnextjsprocess-supervisorpython

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/27/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/benzsevern/devpilot)](https://loaditout.ai/skills/benzsevern/devpilot)