2026-01-28 13:10:08 +00:00
|
|
|
{
|
|
|
|
|
"extensionId": "recipemaker",
|
|
|
|
|
"name": "RecipeMaker",
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"description": "An MCP server for creating recipes with images, running in a Docker container.",
|
2026-01-28 23:14:04 +00:00
|
|
|
"mcpServers": {
|
|
|
|
|
"recipe-maker": {
|
2026-01-28 13:10:08 +00:00
|
|
|
"name": "Recipe Maker Server",
|
|
|
|
|
"transportType": "stdio",
|
|
|
|
|
"command": "docker",
|
|
|
|
|
"args": [
|
|
|
|
|
"run",
|
|
|
|
|
"-i",
|
|
|
|
|
"--rm",
|
|
|
|
|
"idjohnson/recipemakermcp:latest"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-01-28 23:14:04 +00:00
|
|
|
}
|
2026-01-28 13:10:08 +00:00
|
|
|
}
|