MCP Server
MCP
TerraVision
Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons
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
By
Comments
Sign in to leave a comment