Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub punt-labs/claude-plugins --plugin luxCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lux": {
"command": "sh",
"args": [
"-c",
"if command -v mcp-proxy >/dev/null 2>&1 && [ -f \"${HOME}/.punt-labs/mcp-proxy/lux.toml\" ] && grep -q '^\\[lux\\]' \"${HOME}/.punt-labs/mcp-proxy/lux.toml\"; then exec mcp-proxy --config lux; else exec lux serve; fi"
]
}
}
}Server configuration and connection parameters
shCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.