Loading MCP server directory, please wait...
MCP server for LiveAction LiveNX (quay.io / MCP registry test publish)
npx @getmcp/cli add io.github.bdimic-bluecat/livenxmcpRequires Docker Engine. Community-contributed server. Review source before installing.
LIVENX_API_KEYLiveNX API key
LIVENX_PROM_PASSWORDLiveNX Prometheus password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bdimic-bluecat/livenxmcp": {
"command": "docker",
"args": [
"9985:9985",
"run",
"-i",
"--rm",
"-e",
"LIVENX_API_KEY",
"-e",
"LIVENX_PROM_PASSWORD",
"quay.io/bluecat/mcp-servers:livenxmcp-0.30.1-test1"
],
"env": {
"LIVENX_API_KEY": "",
"LIVENX_PROM_PASSWORD": ""
}
}
}
}