MCP server
Terraform MCP Server
Registry lookups and HCP Terraform workspace operations for agents.
Add it to your client
OfficialInstall
docker run -i --rm hashicorp/terraform-mcp-server
mcpServers
{
"mcpServers": {
"terraform-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"hashicorp/terraform-mcp-server"
]
}
}
}- Transport
- both
- Runtime
- Go
- Auth
- Not required
- License
- MPL-2.0
Tools
search_providersget_provider_detailslist_workspaces
The server answers questions about providers, modules and policies from the public Terraform Registry, and with a TFE token it also reaches HCP Terraform or Terraform Enterprise for workspace, project and run management. It ships as a container image and speaks either stdio or StreamableHTTP, with --toolsets and --tools flags to narrow what an agent actually sees. Registry-only use needs no credentials, which makes it a low-risk first server to wire up.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Developer Tools
Comments(0)
Sign in to comment