Terraform Registry MCP Server

moduleRecommendations

Search and recommend Terraform modules tailored to specific queries and providers, streamlining infrastructure as code workflows within the Terraform Registry MCP Server.

Instructions

Search for and recommend Terraform modules for a given query.

Input Schema

NameRequiredDescriptionDefault
keywordNoAlternative search keyword (fallback if query not specified)
providerNoFilter modules by provider (e.g. 'aws')
queryNoSearch query (e.g. 'vpc')

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "Alternative search keyword (fallback if query not specified)", "type": "string" }, "provider": { "description": "Filter modules by provider (e.g. 'aws')", "type": "string" }, "query": { "description": "Search query (e.g. 'vpc')", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Terraform Registry MCP Server

Related Tools

ID: zznclqgard