II.
ToolServer JSON
Structured · livetool-server:mcp-terraform
Terraform MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-terraform",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-cloud-devops.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Terraform MCP Server",
"description": "MCP server providing access to HashiCorp Terraform and Terraform Cloud.\nEnables AI agents to manage workspaces, trigger plan and apply runs,\ninspect state, estimate costs, and browse the Terraform registry.\n",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/hashicorp/terraform-mcp-server",
"maintainer": "HashiCorp",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-terraform",
"to": "role:platform-engineer",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "Terraform state and plan access supports infrastructure operations."
}
},
{
"from": "tool-server:mcp-terraform",
"to": "role:cloud-architect",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "IaC review projects architecture decisions into concrete resources."
}
},
{
"from": "tool-server:mcp-terraform",
"to": "responsibility:architecture-governance",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "IaC plans and state help enforce cloud architecture policy."
}
},
{
"from": "tool-server:mcp-terraform",
"to": "tool:terraform",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-terraform",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-terraform",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}