Configuration

Environment Variables

MCP

  • MCP_BUS_AUTH_TOKEN - specifies the MCP-server authentication bearer token. This env-var can be overwritten with CLI-parameter --auth-token

OpenAPI

  • MCP_BUS_OPENAPI_AUTH_TOKEN - specifies auth-token in case the OpenAPI spec requires HTTP bearer security scheme. This env-var can be overwritten with CLI-parameter --openapi-auth-token
  • MCP_BUS_OPENAPI_AUTH_USER - specifies HTTP basic auth username in case The OpenAPI spec requires HTTP basic security scheme. This env-var can be overwritten with CLI-parameter --openapi-auth-user
  • MCP_BUS_OPENAPI_AUTH_PASS - specifies HTTP basic auth password in case The OpenAPI spec requires HTTP basic security scheme. This env-var can be overwritten with CLI-parameter --openapi-auth-pass
  • MCP_BUS_OPENAPI_AUTH_API_KEY- specifies auth api-key value in case the OpenAPI spec requires apiKey security scheme. This env-var can be overwritten with CLI-parameter --openapi-auth-api-key
Previous
Command-line interface
Next
Q&A