We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NocteDefensor/LudusMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: aleemladha.ludus_exchange2016
type: role
version: "1.0.0"
description: "Installs Microsoft Exchange Server 2016"
repository: "https://github.com/aleemladha/ludus_exchange2016"
author: "Aleem Ladha (@LadhaAleem)"
installation_method: "ludus ansible role add aleemladha.ludus_exchange2016"
dependencies: []
variables:
exchange_dotnet_install_path:
type: "string"
default: "https://download.visualstudio.microsoft.com/download/pr/2d6bb6b2-226a-4baa-bdec-798822606ff1/8494001c276a4b96804cde7829c04d7f/ndp48-x86-x64-allos-enu.exe"
description: ".NET Framework installer URL"
vcredist2013_install_path:
type: "string"
default: "https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe"
description: "Visual C++ 2013 redistributable URL"
rewrite_module_path:
type: "string"
default: "https://download.microsoft.com/download/1/2/8/128E2E22-C1B9-44A4-BE2A-5859ED1D4592/rewrite_amd64_en-US.msi"
description: "IIS URL Rewrite module URL"
ucma_runtime_path:
type: "string"
default: "https://download.microsoft.com/download/2/C/4/2C47A5C1-A1F3-4843-B9FE-84C0032C61EC/UcmaRuntimeSetup.exe"
description: "UCMA runtime setup URL"
exchange_iso_url:
type: "string"
default: "https://download.microsoft.com/download/2/5/8/258D30CF-CA4C-433A-A618-FB7E6BCC4EEE/ExchangeServer2016-x64-cu12.iso"
description: "Exchange 2016 ISO download URL"
exchange_iso_path:
type: "string"
default: "C:\\exchange2016\\ExchangeServer2016-x64-cu12.iso"
description: "Local path for Exchange ISO"
ludus_exchange_domain:
type: "string"
default: "{{ auto-detected }}"
description: "Auto-detected domain name from Ludus config"
ludus_exchange_dc:
type: "string"
default: "{{ auto-detected }}"
description: "Auto-detected primary DC hostname"
ludus_exchange_host:
type: "string"
default: "{{ auto-detected }}"
description: "Auto-detected host from Ludus config"
ludus_exchange_domain_username:
type: "string"
default: "{{ auto-detected }}"
description: "Domain admin username"
ludus_exchange_domain_password:
type: "string"
default: "{{ auto-detected }}"
description: "Domain admin password"