Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"foodnutritiondatabasemcpserver": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for querying and analyzing food nutrition data in SQLite format.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / health
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for FoodNutritionDatabaseMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for querying and analyzing food nutrition data in SQLite format.
dotnet restore
dotnet build
dotnet run --project FoodNutritionDatabaseMcpServer/FoodNutritionDatabaseMcpServer.csproj
You can interact with the MCP server in two ways:
Natural language (via an MCP Host or compatible client):
SQL queries (using the QueryDatabase tool):
SELECT * FROM nutrition_data WHERE 樣品名稱 LIKE '%雞蛋%';SELECT 樣品名稱, 粗蛋白(g) FROM nutrition_data WHERE 樣品名稱 IN ('地瓜', '馬鈴薯');The server will respond with relevant nutrition data from the database, either as a table or a natural language answer (depending on your client).
FoodNutritionDatabaseMcpServer/ - Main MCP server projectData/ - Nutrition databaseThis project is licensed under the MIT License. See the LICENSE file for details.