@nwiizo/tfmcp
tfmcp is a Rust-based MCP server for Terraform operations using the RMCP SDK.
Install
Add @nwiizo/tfmcp to Claude Code with the PolySkill CLI: polyskill add @nwiizo/tfmcp
Instructions
# CLAUDE.md tfmcp is a Rust-based MCP server for Terraform operations using the RMCP SDK. ## Quick Reference ```bash # Quality checks (run before commits) cargo fmt --all && RUSTFLAGS="-Dwarnings" cargo clippy --all-targets --all-features && cargo test --locked --all-features ``` ## Project Structure | Module | Purpose | |--------|---------| | `src/core/` | Main application logic | | `src/mcp/` | RMCP-based MCP server (21 tools, 3 resources) | | `src/terraform/` | Terraform CLI integration | | `src/registry/` | Terraform Registry API client | ## Key Rules - **No mocks**: Use real implementati…
Keywords: github, terraform, rust, mcp-server, infrastructure-as-code, devops, cloud-automation, rmcp-sdk, coding-tools