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: ludus_juiceshop
type: role
version: "1.0.0"
description: "Installs OWASP Juice Shop vulnerable web application"
repository: "https://github.com/xurger/ludus_juiceshop"
author: "xurger"
installation_method: "ludus ansible role add -d /path/to/directory"
dependencies: []
variables:
ludus_juiceshop_port:
type: "integer"
default: 80
description: "Port for Juice Shop to listen on"
ludus_juiceshop_user:
type: "string"
default: "root"
description: "User to run Juice Shop as"