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
NocteDefensor.ludus_tailscale.yaml•878 B
name: NocteDefensor.ludus_tailscale
type: role
version: "1.0.0"
description: "Installs and configures Tailscale VPN"
repository: "https://github.com/NocteDefensor/ludus_tailscale"
author: "NocteDefensor"
installation_method: "ludus ansible role add NocteDefensor.ludus_tailscale"
dependencies: []
installation_note: "Can also be installed as 'ludus_tailscale' using local directory - user should verify which role name they have installed"
variables:
tailscale_state:
type: "string"
default: "present"
description: "State of Tailscale installation"
valid_options:
- "present"
- "absent"
tailscale_authkey:
type: "string"
default: "tskey-auth-<REDACTED_KEY>"
description: "Tailscale authentication key"
tailscale_api_key:
type: "string"
default: "tskey-api-<REDACTED_KEY>"
description: "Tailscale API key"