Configuration

All optional except a token. See .env.example. Set these in the environment or the MCP client's env block (a local .env in this folder also works for pnpm start).

VariableDefaultPurpose
SPELLING_CREATOR_API_URLhttps://spellingcreator.orgWorker API base (use http://localhost:8787 against pnpm dev:api).
SUPABASE_REFRESH_TOKENLong-lived credential; auto-refreshed.
SUPABASE_ACCESS_TOKENShort-lived session JWT (≈1h).
SPELLING_CREATOR_SESSION_FILE~/.config/spelling-creator-mcp/session.jsonWhere the login session is stored.
SUPABASE_URL / SUPABASE_ANON_KEYproduction projectOverride only for a fork.