21+ providers, real-time spot pricing, up to 90% savings vs on-demand
Auto-aligned GPU/NIC, GPUDirect RDMA, SR-IOV β eliminates 30-50% BW penalty
torchrun Β· DeepSpeed Β· Accelerate Β· Megatron + FlashOptim auto-injection
KV cache offloading, speculative decoding, sleep mode β all auto-applied
Prefill/decode separation via NIXL + sticky routing for MoE at scale
218 tools for Claude Code, stdio transport, one-command install via PyPI or the MCP Registry
Qdrant vector DB, NeMo Guardrails, Arize Phoenix tracing β deploy in one command
Karpenter NodePools, GPU operator, MIG, time-slicing, Prometheus/Grafana
You can install with pip or run it on-demand with uvx.
pip install terradev-cli
uvx terradev-cli --help
Note: provider-specific extras are available: pip install "terradev-cli[aws,gcp,azure]".
Terradev publishes an MCP server to the official MCP Registry as io.github.theoddden/terradev. It exposes 218+ tools for GPU provisioning, training, and inference right inside Claude.
Quickest way to connect inside a project:
claude mcp add terradev uvx terradev-cli mcp serve
Add this entry to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your OS:
{
"mcpServers": {
"terradev": {
"command": "uvx",
"args": ["terradev-cli", "mcp", "serve"],
"env": {
"TERRADEV_API_KEY": "your-api-key",
"TERRADEV_PROVIDER": "aws"
}
}
}
}
View or install the server from the official registry:
https://registry.modelcontextprotocol.io
pip install terradev-cli
terradev mcp serve
TERRADEV_API_KEY β API key for GPU cloud providersTERRADEV_CREDENTIALS_FILE β path to a credentials fileTERRADEV_PROVIDER β default provider, e.g. aws, gcp, azure, runpodTip: For the easiest, no-install setup, use uvx terradev-cli mcp serve with Claude Code or Claude Desktop.