TerraVision for Grok
io.github.patrickchugh/terravision
Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons
client:Grok
transport:stdio
runtime:pypi
Install TerraVision in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"terravision": {
"type": "stdio",
"command": "uvx",
"args": [
"terravision"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs