Back to Home
Facets-cloud icon

facets-module-mcp

Verified Safe

by Facets-cloud

Overview

This MCP (Model Context Protocol) server enables AI agents to assist developers in generating, validating, testing, and managing Terraform modules for infrastructure-as-code within the Facets.cloud platform.

Installation

Run Command
uvx facets-module-mcp@latest /Path/to/working-directory

Environment Variables

  • FACETS_PROFILE
  • FACETS_USERNAME
  • FACETS_TOKEN
  • CONTROL_PLANE_URL

Security Notes

The server implements strong security measures for file operations, ensuring all read/write actions are strictly confined to the designated 'working_directory' using `ensure_path_in_working_directory`. Sensitive credentials (FACETS_TOKEN, FACETS_USERNAME, CONTROL_PLANE_URL) are handled through environment variables or a secure configuration file (`~/.facets/credentials`), preventing hardcoding. `ftf-cli` commands are executed via a Click test runner, which is generally safer than direct shell execution. No 'eval' or obvious malicious patterns were detected.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars2
Forks0
Last Update2025-12-01

Tags

TerraformModule ManagementInfrastructure as CodeCI/CDAI Agent