OpenTofu Registry

OpenTofu Registry

Official
opentofu

Provides access to the OpenTofu Registry, letting you search for and retrieve information about infrastructure-as-code providers, modules, and their documentation.

77374 views6Local (stdio)

What it does

  • Search OpenTofu Registry for providers and modules
  • Get detailed provider information and documentation
  • Retrieve module specifications and examples
  • Access resource and data source documentation
  • Find infrastructure components by simple search terms

Best for

Infrastructure engineers writing OpenTofu configurationsDevOps teams exploring available providers and modulesLearning OpenTofu resource syntax and options
Remote hosted service — zero setupAlways up-to-date with registry data

Tools (5)

search-opentofu-registry

Search the OpenTofu Registry to find providers, modules, resources, and data sources. Use simple terms without prefixes like 'terraform-provider-' or 'terraform-module-'.

get-provider-details

Get detailed information about a specific OpenTofu provider by namespace and name. Do NOT include 'terraform-provider-' prefix in the name.

get-module-details

Get detailed information about a specific OpenTofu module by namespace, name, and target. Use the simple module name, NOT the full repository name.

get-resource-docs

Get detailed documentation for a specific OpenTofu resource by provider namespace, provider name, and resource name.

get-datasource-docs

Get detailed documentation for a specific OpenTofu data source by provider namespace, provider name, and data source name.

Alternatives