HomeDevelopment › GlianaAI

GlianaAI

Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key.

TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-09-23

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gliana-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "GLIANA_WALLET_KEY": "<YOUR_VALUE>",
        "GLIANA_SOLANA_KEY": "<YOUR_VALUE>",
        "GLIANA_RAIL": "<YOUR_VALUE>",
        "GLIANA_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • GLIANA_WALLET_KEY secret — 0x EVM private key for a wallet holding USDC on Base/Tempo — enables the paid generate tool. Discovery tools work without it.
  • GLIANA_SOLANA_KEY secret — Solana secret key (base58 or JSON array) — enables paying with the solana rail.
  • GLIANA_RAIL — Payment rail for generate: base | tempo | solana (default base).
  • GLIANA_API_URL — Override the gateway base URL (default https://api.glianalabs.com).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry