loading…
Search for a command to run...
loading…
MCP server for F5 Distributed Cloud Terraform provider - documentation, 270+ OpenAPI specs, subscription info, and addon activation workflows for AI assistants
MCP server for F5 Distributed Cloud Terraform provider - documentation, 270+ OpenAPI specs, subscription info, and addon activation workflows for AI assistants
Community Terraform provider for F5 Distributed Cloud.
IMPORTANT: This is a pre-release clean break version that requires recreating all Terraform-managed resources.
terraform importThis is a pre-release project. See CHANGELOG.md for complete details on breaking changes and migration requirements.
terraform {
required_providers {
f5xc = {
source = "robinmordasiewicz/f5xc"
}
}
}
provider "f5xc" {}
Set your API token as an environment variable:
export F5XC_API_TOKEN="your-api-token"
This provider uses automated workflows for documentation generation and releases:
All substantive changes (code, documentation, configuration) automatically trigger a new release with appropriate version bumping.
For detailed contribution guidelines, see CLAUDE.md.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"f5xc-terraform-mcp": {
"command": "npx",
"args": [
"-y",
"@robinmordasiewicz/f5xc-terraform-mcp"
]
}
}
}