Terradev
Rank #358io.github.theoddden/terradev
Cross-cloud GPU orchestration CLI.
Terradev is a Model Context Protocol (MCP) server published by theoddden. It ranks #358 of 132,113 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. Terradev is listed on Official MCP, with 56 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 131,755 of 132,113 servers on MCP Toplist.
Use Terradev
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http terradev https://terradev-mcp.terradev.cloud/sseclaude mcp add terradev -e "RUNPOD_API_KEY=<your RUNPOD_API_KEY>" -e "VAST_API_KEY=<your VAST_API_KEY>" -e "LAMBDA_API_KEY=<your LAMBDA_API_KEY>" -e "HF_TOKEN=<your HF_TOKEN>" -e "AWS_ACCESS_KEY_ID=<your AWS_ACCESS_KEY_ID>" -e "AWS_SECRET_ACCESS_KEY=<your AWS_SECRET_ACCESS_KEY>" -e "GOOGLE_APPLICATION_CREDENTIALS=<your GOOGLE_APPLICATION_CREDENTIALS>" -e "TERRADEV_MCP_BEARER_TOKEN=<your TERRADEV_MCP_BEARER_TOKEN>" -- uvx terradev-cli mcp serveReplace each placeholder with your own value before saving.
[mcp_servers.terradev]
url = "https://terradev-mcp.terradev.cloud/sse"Add to ~/.codex/config.toml.
[mcp_servers.terradev]
command = "uvx"
args = ["terradev-cli", "mcp", "serve"]
[mcp_servers.terradev.env]
RUNPOD_API_KEY = "<your RUNPOD_API_KEY>"
VAST_API_KEY = "<your VAST_API_KEY>"
LAMBDA_API_KEY = "<your LAMBDA_API_KEY>"
HF_TOKEN = "<your HF_TOKEN>"
AWS_ACCESS_KEY_ID = "<your AWS_ACCESS_KEY_ID>"
AWS_SECRET_ACCESS_KEY = "<your AWS_SECRET_ACCESS_KEY>"
GOOGLE_APPLICATION_CREDENTIALS = "<your GOOGLE_APPLICATION_CREDENTIALS>"
TERRADEV_MCP_BEARER_TOKEN = "<your TERRADEV_MCP_BEARER_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://terradev-mcp.terradev.cloud/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"terradev": {
"command": "uvx",
"args": [
"terradev-cli",
"mcp",
"serve"
],
"env": {
"RUNPOD_API_KEY": "<your RUNPOD_API_KEY>",
"VAST_API_KEY": "<your VAST_API_KEY>",
"LAMBDA_API_KEY": "<your LAMBDA_API_KEY>",
"HF_TOKEN": "<your HF_TOKEN>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"TERRADEV_MCP_BEARER_TOKEN": "<your TERRADEV_MCP_BEARER_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"terradev": {
"url": "https://terradev-mcp.terradev.cloud/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"terradev": {
"command": "uvx",
"args": [
"terradev-cli",
"mcp",
"serve"
],
"env": {
"RUNPOD_API_KEY": "<your RUNPOD_API_KEY>",
"VAST_API_KEY": "<your VAST_API_KEY>",
"LAMBDA_API_KEY": "<your LAMBDA_API_KEY>",
"HF_TOKEN": "<your HF_TOKEN>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"TERRADEV_MCP_BEARER_TOKEN": "<your TERRADEV_MCP_BEARER_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"terradev": {
"type": "http",
"url": "https://terradev-mcp.terradev.cloud/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"terradev": {
"type": "stdio",
"command": "uvx",
"args": [
"terradev-cli",
"mcp",
"serve"
],
"env": {
"RUNPOD_API_KEY": "<your RUNPOD_API_KEY>",
"VAST_API_KEY": "<your VAST_API_KEY>",
"LAMBDA_API_KEY": "<your LAMBDA_API_KEY>",
"HF_TOKEN": "<your HF_TOKEN>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"TERRADEV_MCP_BEARER_TOKEN": "<your TERRADEV_MCP_BEARER_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"terradev": {
"serverUrl": "https://terradev-mcp.terradev.cloud/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"terradev": {
"command": "uvx",
"args": [
"terradev-cli",
"mcp",
"serve"
],
"env": {
"RUNPOD_API_KEY": "<your RUNPOD_API_KEY>",
"VAST_API_KEY": "<your VAST_API_KEY>",
"LAMBDA_API_KEY": "<your LAMBDA_API_KEY>",
"HF_TOKEN": "<your HF_TOKEN>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"TERRADEV_MCP_BEARER_TOKEN": "<your TERRADEV_MCP_BEARER_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"terradev": {
"url": "https://terradev-mcp.terradev.cloud/sse"
}
}
}{
"mcpServers": {
"terradev": {
"command": "uvx",
"args": [
"terradev-cli",
"mcp",
"serve"
],
"env": {
"RUNPOD_API_KEY": "<your RUNPOD_API_KEY>",
"VAST_API_KEY": "<your VAST_API_KEY>",
"LAMBDA_API_KEY": "<your LAMBDA_API_KEY>",
"HF_TOKEN": "<your HF_TOKEN>",
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>",
"TERRADEV_MCP_BEARER_TOKEN": "<your TERRADEV_MCP_BEARER_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.theoddden%2Fterradev)<a href="https://mcptoplist.com/server/io.github.theoddden%2Fterradev"><img src="https://mcptoplist.com/badge/io.github.theoddden%2Fterradev.svg" alt="MCP Toplist: Top 1% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
theoddden
Other servers by theoddden
View all theoddden servers →Available versions (56)
| Version | Published |
|---|---|
| 6.2.20 | Sep 10, 2026 |
| 6.2.19 | Sep 8, 2026 |
| 6.2.18 | Sep 8, 2026 |
| 6.2.17 | Sep 8, 2026 |
| 6.2.16 | Sep 6, 2026 |
| 6.2.15 | Sep 5, 2026 |
| 6.2.14 | Sep 4, 2026 |
| 6.2.12 | Aug 31, 2026 |
| 6.2.8 | Aug 30, 2026 |
| 6.2.7 | Aug 29, 2026 |
| 6.2.6 | Aug 29, 2026 |
| 6.2.5 | Aug 29, 2026 |
| 6.2.4 | Aug 28, 2026 |
| 6.2.3 | Aug 28, 2026 |
| 6.2.2 | Aug 28, 2026 |
| 6.2.1 | Aug 25, 2026 |
| 6.1.12 | Aug 25, 2026 |
| 6.1.11 | Aug 25, 2026 |
| 6.1.10 | Aug 25, 2026 |
| 6.1.9 | Aug 25, 2026 |
| 6.1.8 | Aug 25, 2026 |
| 6.1.7 | Aug 25, 2026 |
| 6.1.5 | Aug 25, 2026 |
| 6.1.4 | Aug 25, 2026 |
| 6.1.3 | Aug 25, 2026 |
| 6.1.2 | Aug 25, 2026 |
| 6.1.1 | Aug 24, 2026 |
| 6.1.0 | Aug 23, 2026 |
| 6.0.11 | Aug 19, 2026 |
| 6.0.10 | Aug 10, 2026 |
| 6.0.9 | Aug 10, 2026 |
| 6.0.8 | Aug 8, 2026 |
| 6.0.7 | Aug 8, 2026 |
| 6.0.6 | Aug 7, 2026 |
| 6.0.5 | Aug 7, 2026 |
| 6.0.4 | Aug 6, 2026 |
| 6.0.1 | Aug 6, 2026 |
| 6.0.0 | Aug 6, 2026 |
| 5.7.12 | Aug 5, 2026 |
| 5.7.11 | Aug 5, 2026 |
| 5.7.10 | Aug 5, 2026 |
| 5.7.9 | Aug 5, 2026 |
| 5.7.8 | Aug 4, 2026 |
| 5.7.7 | Aug 4, 2026 |
| 5.7.6 | Aug 4, 2026 |
| 5.7.5 | Aug 3, 2026 |
| 5.7.4 | Aug 3, 2026 |
| 5.7.3 | Aug 1, 2026 |
| 5.7.2 | Aug 1, 2026 |
| 5.7.1 | Jul 27, 2026 |
| 5.7.0 | Jul 26, 2026 |
| 5.6.5 | Jul 23, 2026 |
| 5.6.4 | Jul 23, 2026 |
| 5.6.3 | Jul 22, 2026 |
| 2.0.6 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Terradev?
- Terradev is maintained by theoddden, which publishes 2 MCP servers (70 total versions) tracked on MCP Toplist.
- Is Terradev listed on the Official MCP Registry?
- Yes — Terradev is listed on the Official MCP Registry.
- How many versions does Terradev have?
- MCP Toplist tracks 56 versions of Terradev, most recently published on Sep 10, 2026.
- Where can I find the source code for Terradev?
- The source code for Terradev is hosted at github.com/theoddden/terradev-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.