Terradev
PYPI · TERRADEV-CLI · 2 COMPONENTS · SCANNED SEP 20
Cross-cloud GPU orchestration CLI.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 63 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 10 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 27375 tokens (~109/item across 250 items; 245 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability check failed: the tool surface changed between 6.1.0 and 6.2.20: 35 tool removals, 0 breaking changes, 17 additions. See how to fix → Fail
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 21 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "inferx_deploy" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 246 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the Terradev MCP server?
Terradev runs locally as a PyPI package, launched with uvx terradev-cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · terradev-cli
claude mcp add theoddden-terradev -- uvx terradev-cli
{
"mcpServers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} {
"servers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} codex mcp add theoddden-terradev -- uvx terradev-cli
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"theoddden-terradev": {
"type": "local",
"command": [
"uvx",
"terradev-cli"
],
"enabled": true
}
}
} openclaw mcp add theoddden-terradev --command uvx --arg terradev-cli
mcp_servers:
theoddden-terradev:
command: "uvx"
args: ["terradev-cli"] {
"McpServers": {
"theoddden-terradev": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"terradev-cli"
]
}
}
} assistant mcp add theoddden-terradev -t stdio -c uvx -a terradev-cli
{
"mcpServers": {
"theoddden-terradev": {
"command": "uvx",
"args": [
"terradev-cli"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +14
- Malware scan: unverified → pass ▲ security
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87.
- 18 Sept 26 −1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 83.
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 70 to 73.
- 12 Sept 26 −5
- Source repository: pass → fail ▼ security
- Security disclosure: fail → unverified ▼ functional
- 10 Sept 26 −3
- Package version: 6.2.19 → 6.2.20 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/terradev-cli@6.2.20
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Background: Why install scripts are a supply-chain risk →
Dependencies 63 packages
| Packages resolved | 63 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
ollama_chat ~115
Chat with an Ollama model using the chat/completions API.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| messages | array | yes | Chat messages [{role, content}] |
| model | string | yes | Model name |
No output schema declared.
No examples provided.
ollama_generate ~110
Generate text using an Ollama model (non-chat completions).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model | string | yes | Model name |
| prompt | string | yes | Prompt text |
No output schema declared.
No examples provided.
ollama_list ~88
List models available on an Ollama server.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ollama_model_info ~104
Get detailed information about an Ollama model (parameters, template, license).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model | string | yes | Model name |
No output schema declared.
No examples provided.
ollama_ps ~86
List currently running Ollama models.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ollama_pull ~129
Pull a model to an Ollama server on a remote instance.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| instance_ip | string | yes | Target instance IP |
| model | string | yes | Model name (e.g. llama3.2, deepseek-r1, codellama) |
No output schema declared.
No examples provided.
optimize ~84
Find cheaper alternatives for running instances
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
orchestrator_evict ~100
Evict a model from GPU memory.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | Model to evict |
No output schema declared.
No examples provided.
orchestrator_infer ~103
Test inference with a model via the orchestrator.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | Model to run inference on |
No output schema declared.
No examples provided.
orchestrator_load ~97
Load a model into GPU memory.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | Model to load |
No output schema declared.
No examples provided.
orchestrator_register ~109
Register a model with the orchestrator.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | Model identifier |
| model_path | string | yes | Path to model weights |
No output schema declared.
No examples provided.
orchestrator_start ~93
Start the model orchestrator for multi-model GPU sharing with eviction policies.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
orchestrator_status ~90
Get orchestrator and model status including GPU memory utilization.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_k8s ~93
Generate Kubernetes deployment manifest for self-hosted Arize Phoenix server.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_otel_env ~94
Generate OpenTelemetry environment variables for instrumenting serving pods with Phoenix tracing.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_projects ~85
List Phoenix projects (trace namespaces).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_snippet ~92
Generate Python instrumentation snippet for adding Phoenix tracing to LLM applications.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_spans ~112
List recent spans for a Phoenix project. Supports SpanQuery DSL filters like "span_kind == 'RETRIEVER'" or "status_code == 'ERROR'".
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_test ~93
Test connection to Arize Phoenix server. Returns collector endpoint and project count.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
phoenix_trace ~111
View full execution tree for a specific trace ID. Shows span hierarchy, latencies, and token counts.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| trace_id | string | yes | Trace ID to inspect |
No output schema declared.
No examples provided.
preflight ~96
Pre-training validation: GPU availability, NCCL, RDMA, drivers across all nodes.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
preflight_gpu_check ~120
GPU-specific preflight validation: NVIDIA drivers, CUDA version, GPU count, NCCL, NVLink topology, NCU stall-signature profiling, and adversarial config verification (V1-V3).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
preflight_network_check ~105
Network-specific preflight validation: RDMA availability, InfiniBand status, inter-node bandwidth, latency matrix, firewall rules.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
preflight_report ~113
Generate full preflight validation report with pass/warn/fail per check. Covers GPU drivers, CUDA, NCCL, RDMA, network, disk, and Docker.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
price_intel ~138
GPU price intelligence with quantitative analytics. Computes delta (rate of change), gamma (acceleration), and annualized realized volatility on GPU spot/on-demand prices across 21+ providers. Identifies cheapest time windows and provider arbitrage opportunities.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| gpu_type | string | yes | GPU type to analyze |
No output schema declared.
No examples provided.
price_spot_risk ~111
Spot instance risk assessment per provider. Returns interruption probability, mean time to interruption, and recommended mitigation.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| gpu_type | string | yes | GPU type |
No output schema declared.
No examples provided.
price_trends ~117
Get GPU price trend analysis with delta (rate of change), gamma (acceleration), and annualized volatility. Identifies cheapest time windows.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| gpu_type | string | yes | GPU type |
No output schema declared.
No examples provided.
provision_gpu ~98
Provision GPU instances for optimal parallel efficiency
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| gpu_type | string | yes | GPU type to provision |
No output schema declared.
No examples provided.
qdrant_collections ~95
List all Qdrant vector collections with their point counts and configurations.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
qdrant_count ~92
Count points (vectors) in a Qdrant collection.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
qdrant_create_collection ~99
Create a Qdrant vector collection. Auto-configures vector dimensions from embedding model name.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
qdrant_info ~92
Get detailed info and stats for a Qdrant collection.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
qdrant_k8s ~97
Generate Kubernetes StatefulSet manifest for self-hosted Qdrant vector database.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
qdrant_test ~96
Test connection to Qdrant vector database. Returns cluster info and collection count.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
query_database ~119
Execute a SELECT query on a database connection. Returns query results as a list of dictionaries.
| Name | Type | Req | Description |
|---|---|---|---|
| connection_id | string | yes | Database connection ID |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| sql | string | yes | SQL SELECT query to execute |
No output schema declared.
No examples provided.
ray_disagg_pd_deploy ~132
Generate a Ray Serve LLM disaggregated Prefill/Decode deployment. Splits inference into compute-bound prefill and memory-bound decode phases with KV cache transfer via NIXL.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID |
No output schema declared.
No examples provided.
ray_list_jobs ~87
List all running Ray jobs and tasks.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ray_parallelism_strategy ~133
Compute optimal TP/DP/EP parallelism strategy for a given MoE model and GPU count. Returns recommended configuration with rationale.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID (e.g. zai-org/GLM-5-FP8) |
No output schema declared.
No examples provided.
ray_start ~95
Start a Ray cluster (head node or worker). For distributed ML training and inference.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ray_status ~94
Get Ray cluster status including node count, resources, memory, and running jobs.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ray_stop ~87
Stop the Ray cluster on the current node.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
ray_submit_job ~105
Submit a job script to the Ray cluster for distributed execution.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| script | string | yes | Path to the Python script to submit |
No output schema declared.
No examples provided.
ray_wide_ep_deploy ~154
Generate a Ray Serve LLM Wide-EP (Expert Parallel) deployment for MoE models. Returns Python script and config for distributed MoE serving with EPLB and DeepEP.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| model_id | string | yes | HuggingFace model ID (e.g. zai-org/GLM-5-FP8, deepseek-ai/DeepSeek-V3) |
No output schema declared.
No examples provided.
rollback ~118
Explicit versioned rollback. Format: job@version (e.g., llama3@v3).
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| job_version | string | yes | Job@version string (e.g., llama3@v3) |
No output schema declared.
No examples provided.
run_workflow ~120
Run a declarative YAML workflow that chains multiple Terradev commands (provision → preflight → train → monitor → checkpoint). Returns step-by-step execution status with cost estimates and confirmation gates for expensive operations.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
secrets_env ~102
Print environment-style export lines for a provider. By default values are masked.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| provider | string | yes | Provider name |
No output schema declared.
No examples provided.
secrets_get ~109
Retrieve a stored secret. By default the value is masked.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| key | string | yes | Credential key name |
| provider | string | yes | Provider name |
No output schema declared.
No examples provided.
secrets_list ~90
List stored provider and key names. Values are never shown.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
secrets_remove ~99
Remove a provider or a single key from the secret store.
| Name | Type | Req | Description |
|---|---|---|---|
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
| provider | string | yes | Provider name |
No output schema declared.
No examples provided.
secrets_run ~106
Run a shell command with secrets injected into the environment.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | Shell command to execute (will be split into arguments) |
| credentials | object | – | BYOAPI — your own provider credentials as env vars for this call only (never stored). E.g. {"RUNPOD_API_KEY": "..."}, {"AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..."}, or the TERRADEV_<PR… |
No output schema declared.
No examples provided.
What is the Terradev MCP server?
Terradev is an MCP server listed in the public MCP registry as io.github.theoddden/terradev. Cross-cloud GPU orchestration CLI. This page covers its PyPI package (terradev-cli).
Is the Terradev MCP server safe to use?
Terradev scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Terradev MCP server expose?
Terradev exposes 245 tools: provision_gpu, preflight_report, preflight_gpu_check, preflight_network_check, local_scan, and 240 more. Their descriptions and schemas cost roughly 27,281 tokens of context every time the server is loaded.
Is the Terradev MCP server still maintained?
Terradev is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Terradev MCP server under?
Terradev declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.