We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EvilFreelancer/openapi-to-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•645 B
# Base URL of the backend API (tool calls are sent here)
MCP_API_BASE_URL=http://127.0.0.1:3000
# OpenAPI spec: URL (preferred) or file path. At least one required.
MCP_OPENAPI_SPEC_URL=http://127.0.0.1:3000/openapi.json
# MCP_OPENAPI_SPEC_FILE=./openapi.json
# Filter endpoints: method:path (e.g. get:/messages). Include has priority over exclude.
# MCP_INCLUDE_ENDPOINTS=get:/messages,get:/channels
# MCP_EXCLUDE_ENDPOINTS=post:/channels
# Tool name prefix (e.g. api_ -> api_messages, api_channels)
# MCP_TOOL_PREFIX=api_
# Server name reported to MCP clients
# MCP_SERVER_NAME=openapi-to-mcp
# Server bind
MCP_PORT=3100
MCP_HOST=0.0.0.0