Used by 5 plugins
Manages Terraform infrastructure by connecting to registries and executing operations.
Add to your .mcp.json:
{
"mcpServers": {
"terraform": {
"command": "npx",
"args": [
"-y",
"terraform-mcp-server@latest",
"--toolsets=registry,terraform"
],
"env": {
"TFE_TOKEN": "${TFE_TOKEN}"
}
}
}
}Replace placeholder values for: TFE_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxTFE_TOKEN=${TFE_TOKEN}