Back to Browse

Terraform Provider F5xc MCP Server

Cloud & DevOpsUse Caution4.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI.

About

F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI.

Security Report

4.0
Use Caution4.0High Risk

Valid MCP server (1 strong, 0 medium validity signals). 7 known CVEs in dependencies (0 critical, 5 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@robinmordasiewicz/f5xc-terraform-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Terraform Provider for F5 Distributed Cloud

Community Terraform provider for F5 Distributed Cloud.

⚠️ Version 3.0.0 Clean Break Release

IMPORTANT: This is a pre-release clean break version that requires recreating all Terraform-managed resources.

  • No in-place upgrade: You cannot upgrade from earlier versions without destroying and recreating resources
  • API v2 based: Uses F5 Distributed Cloud API v2 specifications (98 resources available)
  • No backwards compatibility: All state upgrade infrastructure has been removed
  • Import supported: You can still import existing F5XC resources using terraform import

This is a pre-release project. See CHANGELOG.md for complete details on breaking changes and migration requirements.

Installation

terraform {
  required_providers {
    f5xc = {
      source  = "robinmordasiewicz/f5xc"
    }
  }
}

provider "f5xc" {}

Authentication

Set your API token as an environment variable:

export F5XC_API_TOKEN="your-api-token"

Documentation

Contributing

This provider uses automated workflows for documentation generation and releases:

  • Documentation: Auto-generated from OpenAPI specs on merge to main
  • Releases: Triggered automatically using semantic versioning based on conventional commits
  • Testing: All PRs require passing tests and lint checks

All substantive changes (code, documentation, configuration) automatically trigger a new release with appropriate version bumping.

For detailed contribution guidelines, see CLAUDE.md.

License

Mozilla Public License 2.0

Reviews

No reviews yet

Be the first to review this server!