+ Groups refresh on every sign-in. If something looks stale,{" "} + sign out and sign back in. +
+{`claude mcp add --transport http --scope user \\
- --header "Authorization: Bearer ${state.token}" \\
- shared-memory https://memory.dnspegasus.net/api/mcp`}
+ {buildMcpAddSnippet(state.token, state.projectKey)}
Valid for {ttlDays} days. Revoke individually below if it leaks.
+ {state.projectKey ? (
+ <>
+ {" "}This token is pinned to project{" "}
+ {state.projectKey} via the{" "}
+ X-Project-Key header in the
+ snippet above — the JWT itself is identity-only.
+ >
+ ) : null}