Skip to main content
Glama
openapi

openapi-mcp-sdk

by openapi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ENVNoRuntime environment: dev | staging | productionproduction
MCP_PORTNoHTTP port the server listens on8080
MCP_BASE_URLNoPublic URL of this server (used to build callback and file download URLs)http://localhost:8080
MCP_CACHE_URLNoRedis connection URL (required when MCP_CACHE_BACKEND=redis)
MCP_CACHE_HOSTNoMemcached host (required when MCP_CACHE_BACKEND=memcached)
MCP_CACHE_PORTNoMemcached port (used with MCP_CACHE_HOST)11211
MCP_OPENAPI_ENVNoOpenapi environment: dev, test, sandbox, or empty for production
MCP_CALLBACK_URLNoExplicit callback URL sent to async APIs (default: $MCP_BASE_URL/callbacks)
MCP_STORAGE_PATHNoLocal path for local storage backend./openapi_storage
MCP_CACHE_BACKENDNoCache backend: none | memcached | redisnone
MCP_STORAGE_BUCKETNoBucket name for gcs or s3 storage backend (required for cloud)
MCP_STORAGE_REGIONNoAWS region for the S3 bucket (required for s3)
MCP_STORAGE_BACKENDNoStorage backend: local | gcs | s3local

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

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