Catalog
io.github.llmops-pro/albyhub-admin-mcp
Officialby llmops-pro · TypeScript
Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.
Manage Alby Hub Lightning node operations including balances, channels, and account info.
README not available yet.
Install
Configuration
Environment variables
ALBYHUB_URLrequiredBase URL of the Alby Hub instance
ALBYHUB_TOKENrequiredsecretAlby Hub API bearer token
ALBYHUB_READ_ONLYSet true to block all write operations (recommended for first-time setup)
claude_desktop_config.json
{
"mcpServers": {
"albyhub-admin-mcp": {
"command": "npx",
"args": [
"-y",
"albyhub-admin-mcp@0.1.2"
],
"env": {
"ALBYHUB_URL": "<YOUR_ALBYHUB_URL>",
"ALBYHUB_TOKEN": "<YOUR_ALBYHUB_TOKEN>",
"ALBYHUB_READ_ONLY": "<YOUR_ALBYHUB_READ_ONLY>"
}
}
}
}