TerraVision for Cursor
io.github.patrickchugh/terravision
Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons
client:Cursor
transport:stdio
runtime:pypi
Install TerraVision in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"terravision": {
"type": "stdio",
"command": "uvx",
"args": [
"terravision"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs