Skip to main content
Glama

OpenTofu MCP Server

Official
by opentofu
wrangler.jsonc634 B
{ "$schema": "node_modules/wrangler/config-schema.json", "name": "opentofu-mcp-server", "main": "src/worker.ts", "compatibility_date": "2025-03-10", "compatibility_flags": ["nodejs_compat"], "routes": [ { "pattern": "mcp.opentofu.org", "custom_domain": true } ], "services": [ { "binding": "REGISTRY_API", "service": "registry-ui-search" } ], "durable_objects": { "bindings": [ { "name": "MCP_OBJECT", "class_name": "OpenTofuMCP" } ] }, "migrations": [ { "tag": "v1", "new_sqlite_classes": ["OpenTofuMCP"] } ] }

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