← Back to Plugins
MCP Server MCP

Terradev

github By github 👁 1 views ▲ 0 votes

GPU provisioning, training, and inference orchestration for AI agents.

Homepage Verified source GitHub

Install

uvx terradev-cli

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "terradev-cli",
      "version": "6.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Terradev API key for GPU cloud providers",
          "isSecret": true,
          "name": "TERRADEV_API_KEY"
        },
        {
          "description": "Path to Terradev credentials file",
          "name": "TERRADEV_CREDENTIALS_FILE"
        },
        {
          "description": "Default GPU cloud provider",
          "name": "TERRADEV_PROVIDER"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...