Skip to main content
Glama

OpenTofu MCP Server

Official
by opentofu
package.json1.72 kB
{ "name": "@opentofu/opentofu-mcp-server", "version": "0.1.5", "description": "OpenTofu MCP Server for accessing the OpenTofu Registry", "main": "dist/local.js", "type": "module", "bin": { "opentofu-mcp-server": "dist/local.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/local.js", "start": "node dist/local.js", "generate-api": "openapi-typescript https://api.opentofu.org/openapi.yml --output src/generated/opentofu-api.ts", "test": "vitest", "lint": "biome check .", "format": "biome format . --write", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build", "deploy": "wrangler deploy", "dev:worker": "wrangler dev" }, "keywords": [ "opentofu", "mcp", "registry", "model-context-protocol", "claude", "chatgpt" ], "author": "OpenTofu Contributors", "license": "MPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/opentofu/opentofu-mcp-server.git" }, "bugs": { "url": "https://github.com/opentofu/opentofu-mcp-server/issues" }, "homepage": "https://github.com/opentofu/opentofu-mcp-server#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "agents": "latest", "semver": "^7.7.2", "zod": "^3.22.4" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@cloudflare/workers-types": "^4.20250119.0", "@types/node": "^22.15.21", "@types/semver": "^7.7.0", "openapi-typescript": "^5.4.1", "ts-node": "^10.9.1", "typescript": "^5.0.0", "vitest": "^3.1.4", "wrangler": "^4.16.1" } }

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