Skip to main content
Glama
Gliana-Labs

gliana-mcp-remote

Official
by Gliana-Labs

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

list_models

All 59 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

Related MCP server: Hugging Face MCP Server

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

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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