Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoSet to 'development' for verbose logging
AUTH_PATHYesThe OAuth2 token endpoint path (e.g., /oauth/token)
CLIENT_IDYesYour OAuth2 client ID
API_BASE_URLYesThe base URL of the API (e.g., https://api.example.com)
CLIENT_SECRETYesYour OAuth2 client secret
OPENAPI_EXCLUDENoOptional comma-separated list of operations to exclude (e.g., deleteItem)
CUSTOM_TOOLS_PATHNoOptional path to a custom tools JavaScript file
OPENAPI_SPEC_PATHYesPath to the OpenAPI specification file (JSON format). Required for the server to function.
OPENAPI_TOOL_PREFIXNoOptional prefix for generated tool names (e.g., api_)
OPENAPI_INCLUDE_ONLYNoOptional comma-separated list of operations to include (e.g., listItems,createItem)

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/ssossan/mcp-openapi-connector'

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