Install command
Not provided
Diagnose and fix Claude Code 429 errors, session and weekly usage limits, and high token consumption using built-in commands and documented settings.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
0
78
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Not provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
None
Platforms
1 listed
Difficulty
45/100
Adoption plan
Current risk score 16/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (5/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
5/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
No required blockers for this timeline preset.
Safety & privacy surface
1 safety and 1 privacy notes across 2 risk areas. Review closely: credentials & tokens.
## Overview
When Claude Code stops mid-task with a 429, a "usage limit" message, or a capacity error, the first step is figuring out which kind of limit you hit, because the fixes are different. There are three distinct situations, and Claude Code uses different wording for each:
- **Subscription usage limits** (Pro, Max, Team, Enterprise): a rolling allowance ran out. You'll see `You've hit your session limit`, `You've hit your weekly limit`, or `You've hit your Opus limit`, each with a reset time.
- **API rate limits** (`429`): the per-key, per-workspace, or cloud-provider rate limit was exceeded. You'll see `Request rejected (429)`.
- **Temporary capacity throttles and overloads**: short-lived, not tied to your quota. You'll see `Server is temporarily limiting requests (not your usage limit)` or `Repeated 529 Overloaded errors`. Claude Code retries these automatically before showing them.
Claude Code bills against API token consumption, while subscription plans bundle usage into the plan. Either way, the durable fix for "I keep hitting limits" is the same: reduce how many tokens each turn consumes. This guide covers diagnosing the error, recovering from each kind, and cutting token usage so you hit limits less often.
This guide reflects the behavior documented at [Manage costs effectively](https://code.claude.com/docs/en/costs), [Error reference](https://code.claude.com/docs/en/errors), and [Troubleshooting](https://code.claude.com/docs/en/troubleshooting). Run `claude --version` to confirm your build, since cost reporting and commands change between releases.
## Commands and settings reference
These slash commands run inside an interactive Claude Code session. The environment variables go in your shell, `settings.json`, or an MCP/launch config.
```text
# Diagnose where you stand
/usage # Plan usage bars, reset times, and a per-source breakdown
# (subscriptions). Press d / w to toggle 24h vs 7d.
/usage-credits # Set a monthly spend cap, or buy/request extra usage on
# Pro and Max (admin-gated on Team and Enterprise)
/cost # Session token/cost summary (locally estimated, not your bill)
/context # Show what is consuming the context window right now
/status # Confirm the active credential (catch a stray API key)
/doctor # Automated check of install, settings, MCP, and context usage
# Reduce token usage in the current session
/clear # Drop all context and start fresh between unrelated tasks
/compact # Summarize history now; add focus, e.g.
/compact keep only the plan and the diff
/model # Switch model mid-session (e.g. Opus -> Sonnet)
/effort # Lower the extended-thinking effort level on simpler tasks
/config # Set default model, disable thinking, and other defaults
/mcp # List configured MCP servers and disable unused ones
# Environment variables (defaults shown where applicable)
CLAUDE_CODE_MAX_RETRIES=10 # Retry attempts for transient failures
API_TIMEOUT_MS=600000 # Per-request timeout in milliseconds
CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY=... # Lower to reduce parallel-tool 429s
MAX_THINKING_TOKENS=8000 # Cap thinking budget (fixed-budget models)
CLAUDE_CODE_DISABLE_1M_CONTEXT=1 # Remove 1M-context variants from picker
```
> Note: The `/usage` dollar figure and `/cost` are locally estimated from token counts and can differ from your actual bill. For authoritative billing on API usage, check the Usage page in the [Claude Console](https://platform.claude.com/usage). Subscription session-cost figures aren't relevant for billing because usage is included in the plan.
## Telling the errors apart
Match the message in your terminal to the right recovery path. The first column is what Claude Code actually prints.
| Message you see | What it means | Counts against quota? | What to do first |
| --- | --- | --- | --- |
| `You've hit your session limit · resets <time>` | Rolling subscription allowance used up | Yes (plan) | Wait for reset, or `/usage-credits` |
| `You've hit your weekly limit · resets <day>` | Weekly subscription allowance used up | Yes (plan) | Wait for reset, or `/usage-credits` |
| `You've hit your Opus limit · resets <time>` | Opus-specific allowance used up | Yes (plan) | `/model` to Sonnet, or wait |
| `Request rejected (429)` | API key / workspace / cloud rate limit exceeded | Yes (API tier) | `/status`, reduce concurrency, raise tier |
| `Server is temporarily limiting requests (not your usage limit)` | Short-lived API throttle | No | Wait briefly, retry; auto-retried first |
| `Repeated 529 Overloaded errors` | API at capacity for everyone | No | Check status.claude.com, `/model` to switch |
| `Usage credits required for 1M context` | 1M-context entitlement check, not a quota | No | `/model` to a non-`[1m]` variant, or `/usage-credits` |
| `Credit balance is too low` | Console prepaid credits exhausted | Yes (API balance) | Add credits, or `/login` to a subscription |
A useful first move when you see a `429` or capacity error is to remember Claude Code already retried it. Transient failures (server errors, overloads, timeouts, temporary 429 throttles, dropped connections) are retried up to `CLAUDE_CODE_MAX_RETRIES` times (default 10) with exponential backoff, showing a `Retrying in Ns · attempt x/y` countdown. If you reached the error message, those retries were exhausted, so retrying instantly rarely helps.
## Fixing subscription usage limits
When you hit `You've hit your session limit` / `weekly limit` / `Opus limit`, Claude Code blocks further requests until the reset time printed in the message. To recover:
- **Wait for the reset time** shown in the error. It's a rolling window, not a hard daily reset.
- **Run `/usage`** to see your plan limits, what's consuming them, and exactly when each window resets. Press `d` or `w` to switch between the last 24 hours and last 7 days. The breakdown attributes usage to skills, subagents, plugins, and individual MCP servers.
- **Run `/usage-credits`** to buy additional usage on Pro and Max, or to request it from your admin on Team and Enterprise. You can also use it to set a monthly spend cap so a runaway session can't drain your account.
- **Switch off Opus** with `/model` if you only hit the Opus-specific limit. Sonnet handles most coding tasks and has a separate, larger allowance.
- **Upgrade the plan** for higher base limits via [claude.com/pricing](https://claude.com/pricing) if you regularly run out.
To see your remaining allowance *before* you hit the wall, add the `rate_limits` fields to a [custom status line](https://code.claude.com/docs/en/statusline#rate-limit-usage), or click the usage ring next to the model picker in the Desktop app.
## Fixing API 429 errors
`Request rejected (429)` means you exceeded the rate limit configured for your API key, Amazon Bedrock project, or Google Vertex AI project, not your subscription. Work through these in order:
1. **Confirm the active credential** with `/status`. A stray `ANTHROPIC_API_KEY` in your environment can silently route requests through a low-tier key instead of your subscription. This is the single most common cause of unexpected 429s.
2. **Reduce concurrency.** Lower `CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY`, avoid running many parallel subagents, or switch to a smaller model with `/model` for high-volume scripted runs.
3. **Raise your tier.** Check your provider console for the active limits and request a higher tier. For Anthropic API keys, see the [rate limits reference](https://platform.claude.com/docs/en/api/rate-limits) for how tiers work and how to set per-workspace caps.
4. **Cap Claude Code's share for teams.** Claude Code authentication uses an auto-created "Claude Code" workspace that counts toward your org's overall API rate limits. Set a [workspace rate limit](https://platform.claude.com/docs/en/api/rate-limits#setting-lower-limits-for-workspaces) on it so Claude Code can't starve other production workloads.
For team rate-limit planning, the docs publish per-user Token-Per-Minute (TPM) and Request-Per-Minute (RPM) starting points by org size:
| Team size | TPM per user | RPM per user |
| --- | --- | --- |
| 1-5 users | 200k-300k | 5-7 |
| 5-20 users | 100k-150k | 2.5-3.5 |
| 20-50 users | 50k-75k | 1.25-1.75 |
| 50-100 users | 25k-35k | 0.62-0.87 |
| 100-500 users | 15k-20k | 0.37-0.47 |
| 500+ users | 10k-15k | 0.25-0.35 |
These limits apply at the organization level, so individual users can temporarily consume more than their share when others aren't active. TPM per user drops as the org grows because fewer people use Claude Code concurrently at larger scale.
## Handling capacity errors (429 throttle, 529 overloaded)
These are not your fault and don't count against your quota:
- **`Server is temporarily limiting requests (not your usage limit)`**: a short-lived API throttle. Claude Code retries it automatically. Wait briefly and try again; check [status.claude.com](https://status.claude.com) if it persists.
- **`Repeated 529 Overloaded errors`**: the API is at capacity across all users. Capacity is tracked per model, so run `/model` and switch to a different model to keep working. Claude Code may prompt you, e.g. `Opus is experiencing high load, please use /model to switch to Sonnet`. Check [status.claude.com](https://status.claude.com) for incident notices.
If timeouts rather than throttles are the problem on a slow network or proxy, raise `API_TIMEOUT_MS` (default 600000 ms).
## Reducing token usage so you hit limits less
Token cost scales with context size, so the durable fix is keeping context small. Claude Code already helps automatically via prompt caching (cheap repeated content) and auto-compaction (summarizing history near the context limit). On top of that:
- **Clear between tasks.** Use `/clear` when switching to unrelated work so stale context stops costing tokens on every message. `/rename` before clearing and `/resume` later if you'll come back.
- **Compact with focus.** `/compact Focus on code samples and API usage` tells Claude what to preserve. You can also add a "Compact instructions" section to your `CLAUDE.md`.
- **Choose the right model.** Sonnet handles most coding and costs less than Opus; reserve Opus for complex architecture or multi-step reasoning. Use `/model` to switch, or set a default in `/config`. For simple subagents, set `model: haiku`.
- **Watch the context window.** Run `/context` to see what's consuming space, and configure your status line to display context usage continuously.
- **Trim MCP overhead.** MCP tool definitions are deferred by default, but unused servers still add cost. Run `/mcp` to disable servers you aren't using, and prefer CLI tools (`gh`, `aws`, `gcloud`) where possible since they add no per-tool listing.
- **Tune extended thinking.** Thinking tokens bill as output tokens. For simpler tasks, lower the effort level with `/effort` or `/model`, disable thinking in `/config`, or on fixed-budget models lower it with `MAX_THINKING_TOKENS=8000`. Adaptive-reasoning models ignore nonzero budgets, so use effort levels there.
- **Keep `CLAUDE.md` lean.** It loads at session start and stays in context. Aim for under 200 lines; move specialized workflow instructions into on-demand skills.
- **Offload verbose output.** Use a PreToolUse hook to filter large logs or test output before Claude sees it, and delegate test runs, doc fetches, and log processing to subagents so the verbose output stays in their context.
- **Write specific prompts.** "Add input validation to the login function in auth.ts" reads far fewer files than "improve this codebase." Use plan mode (Shift+Tab) for complex tasks and Escape / `/rewind` to course-correct before wasted work compounds.
## When sessions get slow or stuck instead
High CPU or memory and thrashing can look like a limit problem but aren't:
- **High CPU/memory:** use `/compact` regularly, restart Claude Code between major tasks, add large build dirs to `.gitignore`, and restart with `claude --safe-mode` to test whether a plugin, MCP server, or hook is the cause.
- **`Autocompact is thrashing: the context refilled to the limit...`:** a large file or tool output keeps refilling context. Read the file in smaller chunks, run `/compact keep only the plan and the diff`, move the work to a subagent, or `/clear` if the history is no longer needed.
- **Hang or freeze:** press Ctrl+C to cancel; if unresponsive, close the terminal and rerun `claude --resume` in the same directory to recover the session.
For anything not covered here, `/doctor` checks install health, settings, MCP config, and context usage in one pass.When Claude Code stops mid-task with a 429, a "usage limit" message, or a capacity error, the first step is figuring out which kind of limit you hit, because the fixes are different. There are three distinct situations, and Claude Code uses different wording for each:
You've hit your session limit, You've hit your weekly limit, or You've hit your Opus limit, each with a reset time.429): the per-key, per-workspace, or cloud-provider rate limit was exceeded. You'll see Request rejected (429).Server is temporarily limiting requests (not your usage limit) or Repeated 529 Overloaded errors. Claude Code retries these automatically before showing them.Claude Code bills against API token consumption, while subscription plans bundle usage into the plan. Either way, the durable fix for "I keep hitting limits" is the same: reduce how many tokens each turn consumes. This guide covers diagnosing the error, recovering from each kind, and cutting token usage so you hit limits less often.
This guide reflects the behavior documented at Manage costs effectively, Error reference, and Troubleshooting. Run claude --version to confirm your build, since cost reporting and commands change between releases.
These slash commands run inside an interactive Claude Code session. The environment variables go in your shell, settings.json, or an MCP/launch config.
# Diagnose where you stand
/usage # Plan usage bars, reset times, and a per-source breakdown
# (subscriptions). Press d / w to toggle 24h vs 7d.
/usage-credits # Set a monthly spend cap, or buy/request extra usage on
# Pro and Max (admin-gated on Team and Enterprise)
/cost # Session token/cost summary (locally estimated, not your bill)
/context # Show what is consuming the context window right now
/status # Confirm the active credential (catch a stray API key)
/doctor # Automated check of install, settings, MCP, and context usage
# Reduce token usage in the current session
/clear # Drop all context and start fresh between unrelated tasks
/compact # Summarize history now; add focus, e.g.
/compact keep only the plan and the diff
/model # Switch model mid-session (e.g. Opus -> Sonnet)
/effort # Lower the extended-thinking effort level on simpler tasks
/config # Set default model, disable thinking, and other defaults
/mcp # List configured MCP servers and disable unused ones
# Environment variables (defaults shown where applicable)
CLAUDE_CODE_MAX_RETRIES=10 # Retry attempts for transient failures
API_TIMEOUT_MS=600000 # Per-request timeout in milliseconds
CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY=... # Lower to reduce parallel-tool 429s
MAX_THINKING_TOKENS=8000 # Cap thinking budget (fixed-budget models)
CLAUDE_CODE_DISABLE_1M_CONTEXT=1 # Remove 1M-context variants from picker
Note: The
/usagedollar figure and/costare locally estimated from token counts and can differ from your actual bill. For authoritative billing on API usage, check the Usage page in the Claude Console. Subscription session-cost figures aren't relevant for billing because usage is included in the plan.
Match the message in your terminal to the right recovery path. The first column is what Claude Code actually prints.
| Message you see | What it means | Counts against quota? | What to do first |
|---|---|---|---|
You've hit your session limit · resets <time> |
Rolling subscription allowance used up | Yes (plan) | Wait for reset, or /usage-credits |
You've hit your weekly limit · resets <day> |
Weekly subscription allowance used up | Yes (plan) | Wait for reset, or /usage-credits |
You've hit your Opus limit · resets <time> |
Opus-specific allowance used up | Yes (plan) | /model to Sonnet, or wait |
Request rejected (429) |
API key / workspace / cloud rate limit exceeded | Yes (API tier) | /status, reduce concurrency, raise tier |
Server is temporarily limiting requests (not your usage limit) |
Short-lived API throttle | No | Wait briefly, retry; auto-retried first |
Repeated 529 Overloaded errors |
API at capacity for everyone | No | Check status.claude.com, /model to switch |
Usage credits required for 1M context |
1M-context entitlement check, not a quota | No | /model to a non-[1m] variant, or /usage-credits |
Credit balance is too low |
Console prepaid credits exhausted | Yes (API balance) | Add credits, or /login to a subscription |
A useful first move when you see a 429 or capacity error is to remember Claude Code already retried it. Transient failures (server errors, overloads, timeouts, temporary 429 throttles, dropped connections) are retried up to CLAUDE_CODE_MAX_RETRIES times (default 10) with exponential backoff, showing a Retrying in Ns · attempt x/y countdown. If you reached the error message, those retries were exhausted, so retrying instantly rarely helps.
When you hit You've hit your session limit / weekly limit / Opus limit, Claude Code blocks further requests until the reset time printed in the message. To recover:
/usage to see your plan limits, what's consuming them, and exactly when each window resets. Press d or w to switch between the last 24 hours and last 7 days. The breakdown attributes usage to skills, subagents, plugins, and individual MCP servers./usage-credits to buy additional usage on Pro and Max, or to request it from your admin on Team and Enterprise. You can also use it to set a monthly spend cap so a runaway session can't drain your account./model if you only hit the Opus-specific limit. Sonnet handles most coding tasks and has a separate, larger allowance.To see your remaining allowance before you hit the wall, add the rate_limits fields to a custom status line, or click the usage ring next to the model picker in the Desktop app.
Request rejected (429) means you exceeded the rate limit configured for your API key, Amazon Bedrock project, or Google Vertex AI project, not your subscription. Work through these in order:
/status. A stray ANTHROPIC_API_KEY in your environment can silently route requests through a low-tier key instead of your subscription. This is the single most common cause of unexpected 429s.CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY, avoid running many parallel subagents, or switch to a smaller model with /model for high-volume scripted runs.For team rate-limit planning, the docs publish per-user Token-Per-Minute (TPM) and Request-Per-Minute (RPM) starting points by org size:
| Team size | TPM per user | RPM per user |
|---|---|---|
| 1-5 users | 200k-300k | 5-7 |
| 5-20 users | 100k-150k | 2.5-3.5 |
| 20-50 users | 50k-75k | 1.25-1.75 |
| 50-100 users | 25k-35k | 0.62-0.87 |
| 100-500 users | 15k-20k | 0.37-0.47 |
| 500+ users | 10k-15k | 0.25-0.35 |
These limits apply at the organization level, so individual users can temporarily consume more than their share when others aren't active. TPM per user drops as the org grows because fewer people use Claude Code concurrently at larger scale.
These are not your fault and don't count against your quota:
Server is temporarily limiting requests (not your usage limit): a short-lived API throttle. Claude Code retries it automatically. Wait briefly and try again; check status.claude.com if it persists.Repeated 529 Overloaded errors: the API is at capacity across all users. Capacity is tracked per model, so run /model and switch to a different model to keep working. Claude Code may prompt you, e.g. Opus is experiencing high load, please use /model to switch to Sonnet. Check status.claude.com for incident notices.If timeouts rather than throttles are the problem on a slow network or proxy, raise API_TIMEOUT_MS (default 600000 ms).
Token cost scales with context size, so the durable fix is keeping context small. Claude Code already helps automatically via prompt caching (cheap repeated content) and auto-compaction (summarizing history near the context limit). On top of that:
/clear when switching to unrelated work so stale context stops costing tokens on every message. /rename before clearing and /resume later if you'll come back./compact Focus on code samples and API usage tells Claude what to preserve. You can also add a "Compact instructions" section to your CLAUDE.md./model to switch, or set a default in /config. For simple subagents, set model: haiku./context to see what's consuming space, and configure your status line to display context usage continuously./mcp to disable servers you aren't using, and prefer CLI tools (gh, aws, gcloud) where possible since they add no per-tool listing./effort or /model, disable thinking in /config, or on fixed-budget models lower it with MAX_THINKING_TOKENS=8000. Adaptive-reasoning models ignore nonzero budgets, so use effort levels there.CLAUDE.md lean. It loads at session start and stays in context. Aim for under 200 lines; move specialized workflow instructions into on-demand skills./rewind to course-correct before wasted work compounds.High CPU or memory and thrashing can look like a limit problem but aren't:
/compact regularly, restart Claude Code between major tasks, add large build dirs to .gitignore, and restart with claude --safe-mode to test whether a plugin, MCP server, or hook is the cause.Autocompact is thrashing: the context refilled to the limit...: a large file or tool output keeps refilling context. Read the file in smaller chunks, run /compact keep only the plan and the diff, move the work to a subagent, or /clear if the history is no longer needed.claude --resume in the same directory to recover the session.For anything not covered here, /doctor checks install health, settings, MCP config, and context usage in one pass.
Show that Fix Claude Code Rate Limits and Usage Errors is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/guides/claude-rate-limits-fix)Fix Claude Code Rate Limits and Usage Errors side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Diagnose and fix Claude Code 429 errors, session and weekly usage limits, and high token consumption using built-in commands and documented settings. Open dossier | Fix Claude Code high CPU and memory usage, hangs, slow responses, and auto-compact thrashing using /context, /compact, /clear, /doctor, and documented context-management techniques. Open dossier | Resolve Claude Desktop MCP server connection errors fast. Step-by-step fixes for error -32000, disconnections, and configuration issues with proven solutions. Open dossier | Complete Claude Code WSL2 installation tutorial in 30 minutes. Configure Node.js, resolve PATH conflicts, and optimize Windows development performance. Open dossier |
|---|---|---|---|---|
| Next steps | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed | Source-backed | Source-backed |
| Submitter | — | — | — | — |
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | — | — | — | — |
| Category | guides | guides | guides | guides |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | JSONbored | JSONbored | JSONbored | JSONbored |
| Added | 2025-10-27 | 2025-10-27 | 2025-10-27 | 2025-10-27 |
| Platforms | Claude Code | Claude Code | Claude Code | Claude Code |
| Source repo | — | — | — | — |
| Safety notes | ✓Changing retry, timeout, and concurrency environment variables or spend limits alters how Claude Code calls the API; review these before applying them in shared or CI environments. | ✓/heapdump writes a JavaScript heap snapshot (which can contain session content) to your Desktop or home directory; do not attach heap snapshots to public issues, and share only redacted diagnostics through a private support channel when requested. | ✓Troubleshooting steps run MCP servers as local subprocesses or connect to remote servers, which can execute tools and reach external systems; review what each server is allowed to do before connecting it. | ✓Setup runs install commands and shell configuration changes (npm global install, editing ~/.bashrc, wsl --set-version); review each command and run it in a trusted environment. |
| Privacy notes | ✓/usage and cost figures are computed locally from this machine's session history and reflect only this device; the commands send no data beyond normal model requests. | ✓/usage cost figures and /context breakdowns are computed locally from this machine's session history and do not include usage from other devices or claude.ai. | ✓MCP authentication uses OAuth tokens and API keys, and connected servers can receive project data; keep secrets in .mcp.json env or --env (not committed), and review each server's data access. | ✓Authentication uses a browser login flow that stores credentials locally; keep account tokens and login codes out of shared shell history or committed files, and review the BROWSER path you set. |
| Prerequisites | — none listed | — none listed | — none listed | — none listed |
| Install | — | — | — | — |
| Config | — | — | — | — |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Source-backed guides for putting this to work.
Get productive with Claude Code if you're coming from ChatGPT.
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.