MCP Servers / development / Terraform Registry MCP Server

Terraform Registry MCP Server

JSON →
stdionone★ 120development

An MCP server for interacting with the Terraform Registry API. It allows querying for providers, resources, modules, and supports Terraform Cloud operations.

Install
How to run this server
[ { "cmd": "npx -y terraform-mcp-server", "imports": [] } ]
server path: terraform-registry-mcp-server
Tools
What this server exposes
search_packages
Search for Terraform provider or module packages in the registry
get_provider
Get details about a specific Terraform provider
get_module
Get details about a specific Terraform module
list_provider_versions
List all available versions for a Terraform provider
list_module_versions
List all available versions for a Terraform module
Configuration
Environment & auth
authnone
envTERRAFORM_REGISTRY_URL
Resources
Terraform Registry MCP Server — MCP Server · libregistry