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.
Official server from HashiCorp. Read-only access to Terraform Registry. No infrastructure modification capabilities.
5 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"terraform": {
"command": "npx",
"args": [
"-y",
"@hashicorp/terraform-mcp-server"
],
"env": {}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.