Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAPI_URLNoURL to OpenAPI JSON specification
MCP_AUTH_TOKENYesRequired authentication token for MCP server
OPENAPI_BASE_URLNoBase URL for servers in OpenAPI spec, e.g., <<baseUrl>>
HOPPSCOTCH_COOKIENoFull Cookie header value: connect.sid=...; access_token=...; refresh_token=...
HOPPSCOTCH_ORIGINNoHoppscotch origin URL, e.g., https://hoppscotch.YOUR_DOMAIN
OPENAPI_AUTH_TYPENoAuth type for OpenAPI sync: none, basic, bearer, custom (default: none)none
OPENAPI_BEARER_TOKENNoBearer token for bearer auth
HOPPSCOTCH_CONNECT_SIDNoconnect.sid cookie value (takes precedence over HOPPSCOTCH_COOKIE)
HOPPSCOTCH_GRAPHQL_URLYesURL to Hoppscotch GraphQL endpoint, e.g., https://hoppscotch.YOUR_DOMAIN/backend/graphql
HOPPSCOTCH_ACCESS_TOKENNoaccess_token cookie value (takes precedence over HOPPSCOTCH_COOKIE)
HOPPSCOTCH_AUTH_UI_HOSTNoHost for auth web UI (default: 127.0.0.1)127.0.0.1
HOPPSCOTCH_AUTH_UI_PORTNoPort for auth web UI (default: 3737)3737
OPENAPI_BASIC_AUTH_USERNoUsername for basic auth
HOPPSCOTCH_REFRESH_TOKENNorefresh_token cookie value (takes precedence over HOPPSCOTCH_COOKIE)
OPENAPI_BASIC_AUTH_PASSWORDNoPassword for basic auth
HOPPSCOTCH_AUTH_STORAGE_FILENoFile to store auth tokens locally (default: .hoppscotch-auth.local.json).hoppscotch-auth.local.json
OPENAPI_CUSTOM_AUTH_HEADER_NAMENoCustom header name for custom auth
OPENAPI_CUSTOM_AUTH_HEADER_VALUENoCustom header value for custom auth

Capabilities

Server capabilities have not been inspected yet.

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/z-illia/hoppscotch-mcp'

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