Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

New env var caps/controls MCP connector startup wait

New CLAUDE_CODE_MCP_STARTUP_WAIT_MS env var controls how long Claude Code waits for MCP servers to start

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindNew Featuresin v2.1.274,
Use it now Notable

New CLAUDE_CODE_MCP_STARTUP_WAIT_MS env var controls how long Claude Code waits for MCP servers to start

What

A new environment variable, CLAUDE_CODE_MCP_STARTUP_WAIT_MS, controls how long Claude Code waits for MCP (Model Context Protocol) connector servers to start up. When set, it overrides the normally computed wait time, though it's still capped by an internal maximum. Setting it to a value greater than 0 also switches on waiting for 'deferrable' MCP connections, which otherwise may not be waited for.

Why

This gives users a way to tune startup behavior for MCP servers that are slow to connect, instead of being stuck with a fixed built-in timeout.

Read from
Names in the bundleCLAUDE_CODE_MCP_STARTUP_WAIT_MS
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's release notes agreeAdded CLAUDE_CODE_MCP_STARTUP_WAIT_MS to bound how long the first non-interactive turn waits for connecting MCP servers (0 = don't wait)
The name it cites is new in this buildNew in this build: CLAUDE_CODE_MCP_STARTUP_WAIT_MS

See this entry in the whole of v2.1.274 →