We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Darkstar326/ludusmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# sample splunk attack range config requires p4t12ick.ludus_ar_splunk,p4t12ick.ludus_ar_windows,p4t12ick.ludus_ar_linux roles
ludus:
- vm_name: "{{ range_id }}-ar-splunk"
hostname: "{{ range_id }}-ar-splunk"
template: ubuntu-22.04-x64-server-template
vlan: 20
ip_last_octet: 1
ram_gb: 16
cpus: 8
linux: true
roles:
- p4t12ick.ludus_ar_splunk
- vm_name: "{{ range_id }}-ar-windows"
hostname: "{{ range_id }}-ar-windows"
template: win2022-server-x64-template
vlan: 20
ip_last_octet: 3
ram_gb: 8
cpus: 4
windows:
sysprep: false
roles:
- p4t12ick.ludus_ar_windows
role_vars:
ludus_ar_windows_splunk_ip: "10.2.20.1"
- vm_name: "{{ range_id }}-ar-linux"
hostname: "{{ range_id }}-ar-linux"
template: ubuntu-22.04-x64-server-template
vlan: 20
ip_last_octet: 2
ram_gb: 8
cpus: 4
linux: true
roles:
- p4t12ick.ludus_ar_linux
role_vars:
ludus_ar_linux_splunk_ip: "10.2.20.1"