We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FelipeAdachi/mcp-food-data-central'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•292 B
# USDA Food Data Central API Key
# Get your free API key from: https://fdc.nal.usda.gov/api-guide.html
USDA_API_KEY=your_api_key_here
# Server configuration
HOST=0.0.0.0
PORT=8050
# Transport protocol (`streamable-http` or `stdio`). Also supports deprecated `sse`
TRANSPORT=streamable-http