paprika-3-mcp

paprika-3-mcp

1

The Paprika 3 MCP is an open source server that allows language models to interact with and manage recipes in the Paprika application. It uses MCP protocol to facilitate recipe creation and updates, enhancing recipe accessibility and management.

🗂 Miscellaneous
📄 Where can I see the server logs?

The MCP server writes structured logs using Go’s slog with rotation via lumberjack. Log files are automatically created based on your operating system:

Operating SystemLog File Path
macOS~/Library/Logs/paprika-3-mcp/server.log
Linux/var/log/paprika-3-mcp/server.log
Windows%APPDATA%\paprika-3-mcp\server.log
Other / Unknown/tmp/paprika-3-mcp/server.log

💡 Logs are rotated automatically at 100MB, with only 5 backup files kept. Logs are also wiped after 10 days.