Skip to main content
Glama
luciVuc

OpenAPI MCP Server

by luciVuc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoHost for HTTP transport.127.0.0.1
HTTP_PORTNoPort for HTTP transport.3000
NAMESPACENoNamespace for the MCP server tools.
TOOLS_MODENoTools loading mode: "all" (load all endpoint-based tools), "dynamic" (load only meta-tools), or "explicit" (load only tools specified in includeTools).all
API_HEADERSNoComma-separated key:value pairs for API authentication headers (e.g., "Authorization:Bearer token123,X-API-Key:your-api-key").
SERVER_NAMENoName for the MCP server.openapi-mcp-server
API_BASE_URLYesBase URL for the API endpoints.
INCLUDE_TAGSNoComma-separated list of OpenAPI tags to include.
ENDPOINT_PATHNoEndpoint path for HTTP transport./mcp
SERVER_VERSIONNoVersion of the server.1.0.3
TRANSPORT_TYPENoTransport type to use: "stdio" or "http".stdio
OPENAPI_SPEC_PATHNoPath or URL to the OpenAPI specification file (JSON or YAML).
INCLUDE_OPERATIONSNoComma-separated list of HTTP methods (e.g., GET, POST) to include.
OPENAPI_SPEC_INLINENoThe OpenAPI specification content provided directly as a string.
DISABLE_ABBREVIATIONNoSet to "true" to disable tool name optimization/abbreviation.
OPENAPI_SPEC_FROM_STDINNoSet to "true" to read the OpenAPI specification from standard input.

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

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