Skip to main content
Glama

OpenFoodFacts-mcp

by JagjeevanAK
start-server.sh317 B
#!/bin/bash export PORT=28375 cd "$(dirname "$0")" if [ ! -d "node_modules" ]; then echo "Installing dependencies..." npm install fi if [ ! -d "dist" ]; then echo "Building the MCP server..." npm run build fi echo "Starting the Open Food Facts MCP Server in SSE transport mode on port $PORT..." npm start

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/JagjeevanAK/OpenFoodFacts-MCP'

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