Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYNoAPI key (when API_AUTH_TYPE=apiKey)
API_BASE_URLYesBase URL of the API (e.g. https://api.example.com)
API_AUTH_TYPENoAuthentication type: none, apiKey, or bearernone
API_KEY_HEADERNoHeader name for API keyX-API-Key
API_TIMEOUT_MSNoRequest timeout in milliseconds30000
API_BEARER_TOKENNoBearer token (when API_AUTH_TYPE=bearer)
API_CACHE_TTL_MSNoOpenAPI spec cache TTL3600000
API_OPENAPI_PATHNoPath to OpenAPI spec/openapi.yaml

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
api_discover

List all available API endpoints grouped by domain. Call this first to understand what APIs are available before making requests. Returns method, path, description, and optionally parameters for each endpoint.

api_request

Make an HTTP request to any API endpoint. Use api_discover first to see available endpoints and their parameters. Supports path parameter substitution (e.g., '/api/servers/{id}' with pathParams: { 'id': '123' }).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/cloudwarriors-ai/openapi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server