Edge Function Secrets
Thev2-agent-state function reads exactly two values, both provisioned automatically by Supabase when you deploy — you do not set these yourself:
Client-Side Environment Variables
These are read by@sovseal/mcp-server (and, where noted, by both SDKs) from the process environment.
The decay variables are half-lives in days, not raw decay rates —
SOVSEAL_DECAY_EPISODIC=7 means episodic memories lose half their reinforcement weight every 7 days, not that the decay constant itself is 7.Pointing the SDK at Your Self-Hosted Endpoint
Both SDKs take the endpoint as a constructor argument — there is no environment variable that redirects it implicitly, and no “managed by default, opt out” behavior. You choose the endpoint every time you construct the client:store / recall), see ONEBRAIN’s degradation contract — that path talks to the local native host over IPC and is independent of which replication endpoint you configure here.