PulseAugur
EN
LIVE 16:03:04

Claude setup token silently disables user connectors

A user encountered an issue where setting the CLAUDE_CODE_OAUTH_TOKEN environment variable for a scheduled agent job on macOS caused their Claude connectors (Gmail, Google Calendar, Google Drive) to disappear. This token, intended for model requests in CI/CD environments, has a higher authentication precedence than the user's active session, effectively disabling the connectors without explicit error messages. The user found that removing the setup token and relying on their keychain session restored the connectors, highlighting a conflict in authentication priorities for background processes. AI

IMPACT Highlights a potential configuration conflict for users running background AI agent jobs with specific authentication tokens.

RANK_REASON User-reported issue with a specific product configuration.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Claude setup token silently disables user connectors

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
User-reported issue with a specific product configuration.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
Standard
On-topic for AI-industry coverage; kept in the public index.
Story freshness
24 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Bryan Clark ·

    claude setup-token fixed my launchd auth and dropped my connectors

    <blockquote> <p>If you added <code>CLAUDE_CODE_OAUTH_TOKEN</code> to a scheduled <code>claude -p</code> job, your claude.ai connectors — Gmail, Google Calendar, Google Drive — are gone, and nothing told you. A <code>setup-token</code> "can only make model requests", and it sits <…