nwiizo/tfmcp
π¦ π - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.
Quick Start
Clone the repository:
git clone https://github.com/nwiizo/tfmcpClaude Desktop configuration example:
{
"mcpServers": {
"tfmcp": {
"command": "npx",
"args": [
"-y",
"nwiizo/tfmcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.