MCP Server
MCP
io.github.llmops-pro/albyhub-admin-mcp
Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "albyhub-admin-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Alby Hub instance",
"isRequired": true,
"name": "ALBYHUB_URL"
},
{
"description": "Alby Hub API bearer token",
"isRequired": true,
"isSecret": true,
"name": "ALBYHUB_TOKEN"
},
{
"description": "Set true to block all write operations (recommended for first-time setup)",
"name": "ALBYHUB_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment