Getting started Community Training Tutorials Documentation APIs, AI & Tools
resource "anypoint_mcp_server" "example" {
organization_id = var.organization_id
environment_id = var.environment_id
technology = "omniGateway"
instance_label = "atlassian-mcp-server"
spec = {
asset_id = "my-mcp-spec"
group_id = var.organization_id
version = "1.0.0"
}
endpoint = {
deployment_type = "HY"
base_path = "mcp1"
}
gateway_id = var.gateway_id
upstream_uri = "http://example.com"
}



