# amitte/terraform-tools

> Read-only Terraform helper — list resources in a state, show a saved plan, and pull state from a registered backend. No apply / destroy tools.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/terraform-tools

## Tags

- **Capabilities:** state-pull, plan-show, resources-list
- **Domains:** devtools, iac, infrastructure

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `terraform-tools` → https://mcp.amitte.com/v1/terraform-tools/sse — Remote MCP server fronting `terraform show -json` and `terraform state pull` against a registered backend. Works with Claude Desktop, Cursor, VS Code.
  - tool: `list_resources` — Read-only. Enumerate addresses + types of resources in a state file.
  - tool: `show_plan` — Read-only. Parse a saved plan file and return its JSON form (changes, outputs, drift summary).
  - tool: `state_pull` — Read-only. Pull the current Terraform state JSON from the configured backend (S3, GCS, Terraform Cloud, etc.). Sensitive attributes are redacted server-side.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/terraform-tools" } }`
- Install via CLI: `amitte install amitte/terraform-tools`
- HTML page: https://amitte.com/s/amitte/terraform-tools

Last updated: 2026-06-27T00:20:47.999Z