Skip to main content
Glama

OpenTofu MCP Server

Official
by opentofu
utils.ts305 B
export const PACKAGE_NAME = "@opentofu/opentofu-mcp-server"; export const PACKAGE_VERSION = "1.0.0"; // TODO: Update this to the actual version from package.json export function getPackageInfo(): { name: string; version: string } { return { name: PACKAGE_NAME, version: PACKAGE_VERSION, }; }

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