glama.ai
Glama is an AI workspace centered on the Model Context Protocol, including an MCP registry, browser-based inspector, hosted connectors, and gateway products. It also offers an AI gateway that routes model requests through an OpenAI-compatible API.
Glama exposes an OpenAI-compatible HTTP Gateway API with a published OpenAPI spec, plus MCP surfaces for its public no-login Inspector test server and tenant-specific MCP Gateway endpoints.
- Glama MCP Inspectordiscovered
- Glama MCP Gatewaydiscovered
- Glama Gateway APIdiscovered
Use Glama's PKCE flow described in OAuth PKCE: send the user to `https://glama.ai/oauth/authorize` with callback_url and PKCE parameters, then exchange the returned code at `https://gateway.glama.ai/v1/auth/exchange-code` to receive an apiKey. Store that API key and send it as Authorization: Bearer <GLAMA_API_KEY> to the gateway.
conventions · 1/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✓https://glama.ai/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing