Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub fabn/claude-plugins --plugin terraformCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"terraform.terraform-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fabn/mcp.git@d9d2a0641f294d00228735e74d4e3553d23965c2#subdirectory=src/terraform-mcp-server",
"awslabs.terraform-mcp-server"
],
"url": "https://github.com/fabn/mcp.git@d9d2a0641f294d00228735e74d4e3553d23965c2#subdirectory=src/terraform-mcp-server",
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/fabn/mcp.git@d9d2a0641f294d00228735e74d4e3553d23965c2#subdirectory=src/terraform-mcp-serverCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
Share bugs, ideas, or general feedback.