Loading MCP server directory, please wait...
MCP server for BlueCat LiveWire
npx @getmcp/cli add com.bluecat/livewiremcpRequires Docker Engine. Community-contributed server. Review source before installing.
LIVEWIRE_BASE_URLBase URL of the LiveWire backend API
LIVEWIRE_API_KEYLiveWire API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.bluecat/livewiremcp": {
"command": "docker",
"args": [
"9997:9997",
"run",
"-i",
"--rm",
"-e",
"LIVEWIRE_BASE_URL",
"-e",
"LIVEWIRE_API_KEY",
"quay.io/bluecat/livewiremcp:26.2"
],
"env": {
"LIVEWIRE_BASE_URL": "",
"LIVEWIRE_API_KEY": ""
}
}
}
}