# Fusebase MCP Server Environment Variables
# Your Fusebase instance hostname (e.g., yourorg.nimbusweb.me)
FUSEBASE_HOST=yourorg.nimbusweb.me
# Your Fusebase organization ID (found in API responses or URL)
FUSEBASE_ORG_ID=your_org_id
# Cookie string — optional if using auth script (saves encrypted to data/cookie.enc)
# Only needed for manual cookie setup or MCP config env var passthrough
# FUSEBASE_COOKIE=your_cookie_string_here
# Tool tier: "core" (default, 18 tools) or "all" (46 tools including admin, analytics, mutations)
# FUSEBASE_TOOLS=all