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 70+ 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: OpenRouter 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.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides tools for exploring large OpenAPI schemas without loading entire schemas into LLM context. Perfect for discovering and analyzing endpoints, data models, and API structure efficiently.Last updated914MIT
- FlicenseAqualityCmaintenanceAn MCP server for discovering and querying over 300 AI models available on OpenRouter. It enables users to list, search, filter, compare, and get detailed information about models with pricing, context limits, and capabilities.Last updated51
- Alicense-qualityDmaintenanceMCP server for fal model discovery, execution, pricing, and local media processing, enabling AI model workflows via natural language.Last updated125MIT
- AlicenseAqualityFmaintenanceMCP server that provides AI assistants with real-time, current information about AI models from OpenAI, Anthropic, and Google, including pricing, capabilities, and context windows.Last updated4MIT
Related MCP Connectors
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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