Glama AI website screenshot

Glama AI

Glama AI operates an MCP (Model Context Protocol) marketplace and gateway that aggregates more than 23,000 open-source MCP servers and 4,000 hosted connectors, each maintainer-verified, continuously rebuilt, and scored for quality and safety. Customers use Glama to discover MCP tools, test them in an ephemeral MCP Inspector sandbox, host servers on managed infrastructure, and route AI client traffic through the Glama Gateway with JSON-RPC logging, per-tool access control, managed OAuth, and usage analytics. The platform also exposes an AI Gateway that unifies access to OpenAI, Anthropic, Google, DeepSeek, Mistral, and xAI models. Pricing is a freemium SaaS with paid tiers at $9, $26, and $80/month that bundle AI credits and hosted MCP server slots; open-source MCP maintainers can host for free.

1 APIs 0 Features
MCPModel Context ProtocolMCP MarketplaceMCP GatewayMCP HostingMCP InspectorAI GatewayLLM GatewayConnectorsOAuthObservabilityMulti-Provider

APIs

Glama MCP Marketplace & Gateway

Glama's MCP platform indexes open-source MCP servers and hosted connectors, offers an ephemeral MCP Inspector, hosts MCP servers on managed infrastructure, and proxies MCP traff...

Collections

Pricing Plans

Glama Plans Pricing

1 plans

PLANS

Rate Limits

Glama Rate Limits

2 limits

RATE LIMITS

FinOps

Glama Finops

FINOPS

Resources

🔗
Website
Website
🔗
MCPHub
MCPHub
💰
Pricing
Pricing
📰
Blog
Blog
📝
Signup
Signup
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Twitter
Twitter

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Glama Gateway API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Chat Completions
    type: folder
  items:
  - info:
      name: Create a chat completion (OpenAI-compatible)
      type: http
    http:
      method: POST
      url: https://gateway.glama.ai/openai/v1/chat/completions
      body:
        type: json
        data: '{}'
    docs: Create a chat completion (OpenAI-compatible)
- info:
    name: Responses
    type: folder
  items:
  - info:
      name: Create a response (multimodal input)
      type: http
    http:
      method: POST
      url: https://gateway.glama.ai/openai/v1/responses
      body:
        type: json
        data: '{}'
    docs: Create a response (multimodal input)
- info:
    name: Models
    type: folder
  items:
  - info:
      name: List models (OpenAI-compatible)
      type: http
    http:
      method: GET
      url: https://gateway.glama.ai/openai/v1/models
    docs: List models (OpenAI-compatible)
  - info:
      name: List models with Glama metadata (pricing, capabilities)
      type: http
    http:
      method: GET
      url: https://gateway.glama.ai/v1/models
    docs: List models with Glama metadata (pricing, capabilities)
- info:
    name: Auth
    type: folder
  items:
  - info:
      name: Exchange a PKCE code for an API key
      type: http
    http:
      method: POST
      url: https://gateway.glama.ai/v1/auth/exchange-code
      body:
        type: json
        data: '{}'
    docs: Exchange a PKCE code for an API key
- info:
    name: Observability
    type: folder
  items:
  - info:
      name: Retrieve completion-request metadata (tokens, cost)
      type: http
    http:
      method: GET
      url: https://gateway.glama.ai/v1/completion-requests/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve completion-request metadata (tokens, cost)
bundled: true