nutrition-mcp-consent

WookieRookie/nutrition-mcp-consent
★ 0 stars HTML Security Updated 5d ago
OAuth consent page for the nutrition-mcp MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nutrition-mcp-consen": {
      "command": "npx",
      "args": [
        "-y",
        "WookieRookie/nutrition-mcp-consent"
      ]
    }
  }
}

README Excerpt

The OAuth consent page for the `nutrition-mcp` MCP server (private repo: github.com/WookieRookie/nutrition). Lives here, not in the Edge Function, because Supabase Edge Functions on the free plan force-rewrite `text/html` responses to `text/plain` with a locked-down CSP -- HTML can only be served from a custom domain, which needs a paid plan. This is a static page (client