Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Gliana Remote

FreeNot checked

Hosted MCP server for browsing the GlianaAI model catalog with zero setup, providing model listings, pricing, and schema information via Streamable HTTP.

GitHubEmbed

About

Hosted MCP server for browsing the GlianaAI model catalog with zero setup, providing model listings, pricing, and schema information via Streamable HTTP.

README

Hosted MCP server for GlianaAI — Streamable HTTP on Cloudflare Workers. Exposes the free discovery tools so any MCP client (and Smithery's hosted directory) can browse the catalog with zero setup.

Tool Description
list_models All 70+ models: id, category, provider, per-call price.
get_price Exact cost of one call (input affects it).
get_schema A model's input fields.
how_to_generate Install/config for the local server that does paid generation.

Paid generation is intentionally not hosted here. A hosted server would have to receive your wallet private key — unsafe. Generation runs in the local gliana-ai-mcp npx server, where the key never leaves your machine. how_to_generate returns the install steps.

Endpoint

POST /mcp     # Streamable HTTP (recommended)
GET  /sse     # legacy SSE

Develop

npm install
npm run dev          # wrangler dev — POST http://localhost:8787/mcp

Deploy

npx wrangler deploy

Prints the URL, e.g. https://gliana-mcp-remote.<subdomain>.workers.dev. The MCP endpoint is that URL + /mcp — use it when listing on Smithery / registries.

Config var GLIANA_API_URL (in wrangler.jsonc) points at the gateway; defaults to https://api.glianalabs.com.

MIT © Gliana Labs

from github.com/Gliana-Labs/gliana-mcp-remote

Installing Gliana Remote

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Gliana-Labs/gliana-mcp-remote

FAQ

Is Gliana Remote MCP free?

Yes, Gliana Remote MCP is free — one-click install via Unyly at no cost.

Does Gliana Remote need an API key?

No, Gliana Remote runs without API keys or environment variables.

Is Gliana Remote hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Gliana Remote in Claude Desktop, Claude Code or Cursor?

Open Gliana Remote on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Gliana Remote with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs