Switching pages
Switching pages
npx crucible-mcp --url https://anygpu-mcp-e1e6f099-3e6f-4fb0-a3cc-60f10ba397ea.fly.dev/mcpnot configured
Set CRUCIBLE_API_TOKEN in the deployment environment.
Plan, approve, deploy, and inspect from agent workflows.
{
"mcpServers": {
"crucible": {
"command": "npx",
"args": ["crucible-mcp"],
"env": {
"CRUCIBLE_API_TOKEN": "set-this-in-your-agent-env"
}
}
}
}{
"prompt": "Deploy your model with the objective and budget you want.",
"objective": "cheapest",
"modelId": "Qwen/Qwen2.5-7B-Instruct"
}crucible plan --prompt "Deploy your model with the objective and budget you want."
crucible approve --plan-id "$PLAN_ID"
crucible deploy --plan-id "$PLAN_ID" --approval-token "$APPROVAL_TOKEN"
crucible status --deployment-id "$DEPLOYMENT_ID"