By vectoralix
Connect to the Healthy Food MCP server to search structured recipes, calorie categories, diet groups, ingredients, nutrition, allergens, cooking steps, and storage guidance.
Build meal plans using Healthy Food MCP categories, groups, recipe records, nutrition estimates, ingredients, allergens, cooking steps, and storage guidance.
Find Healthy Food MCP recipe records by category, group, ingredient, calorie target, macro target, allergen constraint, season, author, or cooking time.
Healthy Food MCP exposes structured recipe content for agents and editors. It can list calorie categories, list diet and meal groups, browse recipe records, fetch full structured recipe files, and search content by keyword.
This public repository promotes the Healthy Food MCP server and links installers, agents, and contributors back to the Vectoralix service page: https://vectoralix.com/mcp-servers/healthy-food.
MCP endpoint: https://vectoralix.com/mcp/PrVaxzTB2TxR
Contact: [email protected]
It contains MCP connection metadata, Claude and Cursor plugin manifests, Gemini extension metadata, reusable skills, documentation, assets, and a validation script.
The server currently exposes these tools:
list_categories: returns high-level calorie categories.list_groups: returns dietary, lifestyle, meal-type, macro, and dish-type groups.list_files: returns recipe files with name, slug, category_name, and a preview. Supports optional category and limit.get_file: fetches a full content file by slug.search_docs: searches content records by keyword.Recipe files are TOML-like structured records. A full record can include:
author, source_name, source_url, servings, serving_label, best_season, estimated prep/cook/total minutes.sources: source URLs used for attribution.recipe_markdown: human-readable summary, method, and serving guidance.nutrition: estimated per-portion calories, protein, carbs, fat, fiber, sugar, and sodium.ingredients: metric and US quantities, preparation, macro estimates, allergens, and notes.allergy_notes: allergen-specific substitutions or cautions.equipment: cooking equipment and notes.cooking_steps: ordered steps with action, details, time, and heat.cooking_guidance: chopping, heat, doneness, and resting guidance.storage: refrigerator, freezer, and reheating guidance.See docs/content-structure.md for the complete structure summary.
The current high-level categories are:
The included .mcp.json points to the public Healthy Food MCP endpoint:
{
"mcpServers": {
"healthy-food": {
"type": "http",
"url": "https://vectoralix.com/mcp/PrVaxzTB2TxR"
}
}
}
Use this endpoint URL when installing the Healthy Food MCP server in an MCP-compatible client.
This repository includes two agent skills:
find-healthy-recipes: find matching recipe slugs, fetch full records, and summarize the best options.build-meal-plan: combine categories, groups, and recipes into a practical meal plan.Run the local validation script from this directory:
node scripts/validate-repository.mjs
The script checks that required JSON manifests parse and that required repository files exist.
This repository wrapper is licensed under the MIT License. The hosted Healthy Food MCP service remains operated by Vectoralix.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vectoralix/healthy-food-mcp --plugin healthy-foodUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.