Terraform provider discovery, module search, and infrastructure planning
The Terraform MCP Server provides Terraform provider discovery, module search, and infrastructure planning capabilities. Your AI assistant can search the Terraform Registry for providers and modules, read documentation, and help plan infrastructure configurations.
Built by HashiCorp, this server connects to the Terraform Registry API to provide accurate, up-to-date information about providers, modules, and their configurations. It helps with infrastructure-as-code planning and documentation lookup.
Ideal for DevOps engineers and infrastructure teams who use Terraform and want AI-assisted module discovery, provider documentation lookup, and infrastructure planning.
Add this to your MCP configuration file:
{
"mcpServers": {
"terraform": {
"env": {},
"args": [
"-y",
"@hashicorp/terraform-mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!