run-dokploy-mcp
Installation
SKILL.md
Dokploy MCP Integration
Manage Dokploy services exclusively through MCP tools (mcp__dokploy__*). Never call the Dokploy HTTP API directly — no curl, no fetch.
Cardinal Rule: project-all Is Huge
project-all returns 140K+ characters on most instances. It will blow the context window if read directly. Always use the Python extraction pattern.
Finding Resource IDs
# Step 1: Call mcp__dokploy__project-all (output auto-saved to file by harness)
# Step 2: Extract with the helper script:
python3 .claude/skills/run-dokploy-mcp/extract.py <output-file> [filter-term]