gliana-mcp-remote
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gliana-mcp-remotelist all models with their prices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gliana-mcp-remote
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 |
| All 59 models: id, category, provider, per-call price. |
| Exact cost of one call (input affects it). |
| A model's input fields. |
| 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 SSERelated MCP server: Hugging Face MCP Server
Develop
npm install
npm run dev # wrangler dev — POST http://localhost:8787/mcpDeploy
npx wrangler deployPrints 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gliana-Labs/gliana-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server