Skip to main content
Glama

OpenTofu MCP Server

Official
by opentofu

search-opentofu-registry

Search the OpenTofu Registry for providers, modules, resources, and data sources using specific terms. Simplify discovery of OpenTofu components without manual formatting or prefixes.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query for finding OpenTofu components (e.g., 'aws', 'kubernetes', 'database', 's3')
typeNoType of registry items to search forall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "Search query for finding OpenTofu components (e.g., 'aws', 'kubernetes', 'database', 's3')", "minLength": 2, "type": "string" }, "type": { "default": "all", "description": "Type of registry items to search for", "enum": [ "provider", "module", "resource", "data-source", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from OpenTofu MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/opentofu/opentofu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server