Skip to main content
Glama

SwaggerMcp

by NakiriYuuzu
.env.sample870 B
# Swagger Document Source (choose one) # URL to fetch Swagger/OpenAPI document SWAGGER_URL=https://xxx.com/swagger/v1/swagger.json API_BASE_URL=https://xxx.com/ # Or local file path # SWAGGER_PATH=/path/to/local/swagger.json # API Configuration # Request timeout in milliseconds (default: 30000) API_TIMEOUT=30000 # Authentication # Authentication type: bearer | apikey | basic | none AUTH_TYPE=bearer # Authentication token/key AUTH_TOKEN=your-jwt-token-here # Custom auth header name (default: Authorization) # AUTH_HEADER=Authorization # API key header name (for apikey auth type) # API_KEY_HEADER=X-API-Key # Other Options # Swagger document refresh interval in milliseconds (default: 3600000 = 1 hour) REFRESH_INTERVAL=3600000 # Log level: debug | info | warn | error LOG_LEVEL=info # Enable request/response logging (default: false) ENABLE_REQUEST_LOGGING=false

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/NakiriYuuzu/SwaggerMcp'

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