TerraVision
Rank #730io.github.patrickchugh/terravision
Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons
TerraVision is a Model Context Protocol (MCP) server published by patrickchugh. It ranks #730 of 115,460 servers tracked on MCP Toplist, and its repository has 1,619 GitHub stars. TerraVision is listed on Official MCP, with 1 tracked version. It was first listed on Apr 6, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 114,730 of 115,460 servers on MCP Toplist.
Use TerraVision
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add terravision -- uvx --from "terravision[mcp]" terravision mcp[mcp_servers.terravision]
command = "uvx"
args = ["--from", "terravision[mcp]", "terravision", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"terravision": {
"command": "uvx",
"args": [
"--from",
"terravision[mcp]",
"terravision",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"terravision": {
"command": "uvx",
"args": [
"--from",
"terravision[mcp]",
"terravision",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"terravision": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"terravision[mcp]",
"terravision",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"terravision": {
"command": "uvx",
"args": [
"--from",
"terravision[mcp]",
"terravision",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"terravision": {
"command": "uvx",
"args": [
"--from",
"terravision[mcp]",
"terravision",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.patrickchugh%2Fterravision)<a href="https://mcptoplist.com/server/io.github.patrickchugh%2Fterravision"><img src="https://mcptoplist.com/badge/io.github.patrickchugh%2Fterravision.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
patrickchugh
Available versions (1)
| Version | Published |
|---|---|
| 0.46.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains TerraVision?
- TerraVision is maintained by patrickchugh, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is TerraVision listed on the Official MCP Registry?
- Yes — TerraVision is listed on the Official MCP Registry.
- How many versions does TerraVision have?
- MCP Toplist tracks 1 version of TerraVision, most recently published on Aug 10, 2026.
- Where can I find the source code for TerraVision?
- The source code for TerraVision is hosted at github.com/patrickchugh/terravision.