Skip to content
Grok

albyhub admin mcp for Grok

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

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

client:Grok transport:stdio runtime:npm

Install albyhub admin mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

albyhub admin mcp in other clients