server
Start, stop, restart, list, and monitor development servers. View logs and configure auto-start behavior.
Instructions
Manage development servers. Actions: start (start a server from npm script), stop (stop a running server), restart (restart a server), list (list running servers with status), logs (get log file paths or docker command), stopAll (stop all servers), setAutoRun (enable/disable auto-start on MCP startup)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Server name | |
| cwd | No | ||
| env | No | ||
| port | No | ||
| action | Yes | ||
| global | No | Use ~/.cdp-tools/ | |
| runner | No | ||
| autoRun | No | ||
| command | No | Command: npm run dev, flask run, docker compose up | |
| interval | No | Check interval ms | |
| serverId | No | ||
| description | No | ||
| monitorPort | No | ||
| monitoringLevel | No |