claude-iac-mcp-server

net9876/claude-iac-mcp-server
★ 0 stars Python DevOps Updated 4d ago
AI-assisted IaC self-service: an MCP server serving approved Terraform modules (Azure Verified Modules + your own git modules) so Claude Code / Copilot generate compliant Azure infrastructure.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-iac-mcp-serve": {
      "command": "uvx",
      "args": [
        "claude-iac-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install claude-iac-mcp-server