Skip to content
Cline

albyhub admin mcp for Cline

io.github.llmops-pro/albyhub-admin-mcp

Admin an Alby Hub Lightning node from an agent: info, balances, channels; safety-gated writes.

client:Cline transport:stdio runtime:npm

Install albyhub admin mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "albyhub-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "albyhub-admin-mcp"
      ],
      "env": {
        "ALBYHUB_URL": "<ALBYHUB_URL>",
        "ALBYHUB_TOKEN": "<ALBYHUB_TOKEN>",
        "ALBYHUB_READ_ONLY": "<ALBYHUB_READ_ONLY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

albyhub admin mcp in other clients