Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lodgify-mcp-server": {
"command": "docker",
"args": [
"pull",
"ghcr.io/shanephall/lodgify-mcp-server:latest"
]
}
}
}