added all mcp
This commit is contained in:
41
mealie-mcp-bundle/manifest.json
Normal file
41
mealie-mcp-bundle/manifest.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifest_version": "0.2",
|
||||
"name": "mealie-mcp-server",
|
||||
"display_name": "Mealie Recipe Database",
|
||||
"version": "1.0.9",
|
||||
"description": "Connect Claude to your Mealie recipe database for recipe management",
|
||||
"author": {
|
||||
"name": "Your Name"
|
||||
},
|
||||
"server": {
|
||||
"type": "binary",
|
||||
"entry_point": "server/launch.sh",
|
||||
"mcp_config": {
|
||||
"command": "/bin/bash",
|
||||
"args": [
|
||||
"server/launch.sh"
|
||||
],
|
||||
"env": {
|
||||
"MEALIE_BASE_URL": "${user_config.mealie_url}",
|
||||
"MEALIE_API_KEY": "${user_config.api_key}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"user_config": {
|
||||
"mealie_url": {
|
||||
"type": "string",
|
||||
"title": "Mealie Instance URL",
|
||||
"description": "The URL of your Mealie instance",
|
||||
"required": true,
|
||||
"default": "https://mealie.liphlink.xyz"
|
||||
},
|
||||
"api_key": {
|
||||
"type": "string",
|
||||
"title": "Mealie API Key",
|
||||
"description": "Your Mealie API key from Settings > API Tokens",
|
||||
"required": true,
|
||||
"sensitive": true
|
||||
}
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user