← Back to Plugins
MCP Server MCP

TerraVision

github By github 👁 1 views ▲ 0 votes

Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons

Homepage Verified source GitHub

Install

uvx terravision

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "terravision",
      "version": "0.46.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "The MCP server lives in the optional [mcp] extra; the bare package installs the CLI only.",
          "value": "terravision[mcp]",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "description": "Subcommand that starts the MCP server on the stdio transport.",
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...