← Back to Plugins
MCP Server MCP

GlianaAI

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "gliana-ai-mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "0x EVM private key for a wallet holding USDC on Base/Tempo — enables the paid generate tool. Discovery tools work without it.",
          "isSecret": true,
          "name": "GLIANA_WALLET_KEY"
        },
        {
          "description": "Solana secret key (base58 or JSON array) — enables paying with the solana rail.",
          "isSecret": true,
          "name": "GLIANA_SOLANA_KEY"
        },
        {
          "description": "Payment rail for generate: base | tempo | solana (default base).",
          "name": "GLIANA_RAIL"
        },
        {
          "description": "Override the gateway base URL (default https://api.glianalabs.com).",
          "name": "GLIANA_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...