Gliana Remote
FreeNot checkedHosted MCP server for browsing the GlianaAI model catalog with zero setup, providing model listings, pricing, and schema information via Streamable HTTP.
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
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-remoteFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
