Skip to main content
Glama

terraform-cloud-mcp

pyproject.toml1.31 kB
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "terraform-cloud-mcp" version = "0.8.17" description = "A Model Context Protocol (MCP) server that integrates Claude with the Terraform Cloud API, allowing Claude to manage your Terraform infrastructure through natural conversation." readme = "README.md" requires-python = ">=3.12" dependencies = [ "dotenv>=0.9.9", "httpx>=0.28.1", "fastmcp>=2.9.1", ] packages = ["terraform_cloud_mcp", "api", "models", "tools", "utils"] [project.scripts] terraform-cloud-mcp = "terraform_cloud_mcp.server:main" [tool.hatch.metadata] allow-direct-references = true [tool.mypy] python_version = "3.12" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true check_untyped_defs = true disallow_untyped_decorators = true no_implicit_optional = true strict_optional = true namespace_packages = true explicit_package_bases = true ignore_missing_imports = true # Focus only on individual modules [[tool.mypy.overrides]] module = ["api.*", "models.*", "tools.*", "utils.*"] disallow_untyped_defs = true [[tool.mypy.overrides]] module = ["server"] disallow_untyped_defs = true [[tool.mypy.overrides]] module = ["mcp.*", "dotenv.*", "httpx.*"] ignore_missing_imports = true

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/severity1/terraform-cloud-mcp'

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