Skip to main content
Glama
kaizen-org

OpenAPI MCP Server

by kaizen-org

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERBOSENoEnable operational logging (default: 'true')
HTTP_HOSTNoHost for HTTP transport (default: '127.0.0.1')
HTTP_PORTNoPort for HTTP transport (default: 3000)
TOOLS_MODENoTools loading mode: 'all', 'dynamic', or 'explicit' (default: 'all')
API_HEADERSNoComma-separated key:value pairs for API headers
SERVER_NAMENoName for the MCP server (default: 'mcp-openapi-server')
API_BASE_URLNoBase URL for the API endpoints
CA_CERT_PATHNoPath to custom CA certificate PEM file
PROMPTS_PATHNoPath or URL to prompts JSON/YAML file
ENDPOINT_PATHNoEndpoint path for HTTP transport (default: '/mcp')
PROMPTS_INLINENoProvide prompts directly as JSON string
RESOURCES_PATHNoPath or URL to resources JSON/YAML file
SERVER_VERSIONNoVersion of the server (default: '1.0.0')
TRANSPORT_TYPENoTransport type: 'stdio' or 'http' (default: 'stdio')
CLIENT_KEY_PATHNoPath to client private key PEM file for mutual TLS
CLIENT_CERT_PATHNoPath to client certificate PEM file for mutual TLS
RESOURCES_INLINENoProvide resources directly as JSON string
OPENAPI_SPEC_PATHNoPath or URL to OpenAPI specification (single-spec mode)
OPENAPI_SPEC_INLINENoProvide OpenAPI spec content directly as a string
REJECT_UNAUTHORIZEDNoWhether to reject untrusted server certificates (default: true)
DISABLE_ABBREVIATIONNoDisable name optimization
CLIENT_KEY_PASSPHRASENoPassphrase for an encrypted client private key
OPENAPI_SPEC_FROM_STDINNoSet to 'true' to read OpenAPI spec from standard input

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/kaizen-org/openapi-mcp-server'

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