Search the documentation
50 pages for /config.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.
Configuration file reference
Claude Documentation · path
claude-science/configuration-file-reference
Configure GitHub access
Claude Documentation · path
claude-tag/admins/configure-github
Configure GitLab access
Claude Documentation · path
claude-tag/admins/configure-gitlab
How Config works
Claude Documentation · path
government/config/overview
Manage plugins and connectors
Claude Documentation · path
government/config/plugins-and-connectors
Available settings
Claude Documentation · path
government/config/settings
Connect Claude Desktop to Claude for Government
Claude Documentation · path
government/deploy-desktop/configure
Config at the organization level
Claude Documentation · path
government/org-admin/configuration
Config at the tenant level
Claude Documentation · path
government/tenant-admin/configuration
Configuration reference
Claude Documentation · path
third-party/claude-desktop/configuration
Configuration changelog
Claude Documentation · path
third-party/claude-desktop/configuration-changelog
Configuration and flags
Model Context Protocol · path
docs/2026-07-28/tools/inspector/configuration
Configuration and flags
Model Context Protocol · path
docs/draft/tools/inspector/configuration
concepts
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/concepts
…name), `mcp-gateway` (container-internal config path `/etc/mcp-gateway/config.yaml` and Helm `gateway.config.*` values prefix) | | **cloudflared** | Cloudflare's open-source tunnel connector.…
Edit docker-compose.yaml: increment the integer in the setup service's
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-compose
…eeaee025d734c0f695582b4df38f013 volumes: - ./config/mcp-proxy.yaml:/etc/mcp-gateway/config.yaml:ro - ./data:/data:ro restart: unless-stopped…
quickstart
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/quickstart
…owershell New-Item -ItemType Directory -Force -Path mcp-tunnel/config, mcp-tunnel/data | Out-Null Set-Location mcp-tunnel $env:TUNNEL_DOMAIN = "YOUR_TUNNEL_DOMAIN_HERE" # fro…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…ls/concepts#components) reads its configuration from `/etc/mcp-gateway/config.yaml` (Compose) or the rendered ConfigMap (Helm, populated from `gateway.config.*`). | Field…
claude-in-microsoft-foundry
Claude Developer Platform · in the page
build-with-claude/claude-in-microsoft-foundry
…ps://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/how-to/configure-entra-id) for your Foundry resource. 2. Obtain an access token from Entra ID. 3. Use the token in the `Authorization: B…
claude-on-amazon-bedrock-legacy
Claude Developer Platform · in the page
build-with-claude/claude-on-amazon-bedrock-legacy
…ort ( "context" "fmt" "log" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/bedrock" ) // ... cfg, err := config.LoadDefaultConfig(context.TODO(), co…
claude-platform-on-aws
Claude Developer Platform · in the page
build-with-claude/claude-platform-on-aws
…credentials file (`~/.aws/credentials`) * Shared config file (`~/.aws/config`) including SSO and `credential_process` * Web identity (`AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN`) for IRSA and Gi…
On a remote host without a browser:
Claude Developer Platform · in the page
cli-sdks-libraries/cli/authentication
…fig dir: ~/.config/anthropic Profile config: ~/.config/anthropic/configs/default.json Credentials: ~/.config/anthropic/credentials/default.json Credentials (active) * Profile (user_oauth)…
kubernetes
Claude Developer Platform · in the page
manage-claude/wif-providers/kubernetes
…gh [projected service account tokens](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#serviceaccount-token-volume-projection). The cluster's API server acts as the…
wif-reference
Claude Developer Platform · in the page
manage-claude/wif-reference
…LE` | Loads `<config_dir>/configs/<name>.json`. A missing named profile is an error, not a fall-through. | | 4 | Federa…
files
Claude Developer Platform · in the page
managed-agents/files
…sv" }, { "type": "file", "file_id": "file_def456", "mount_path": "/config.json" }, { "type": "file", "file_id": "file_ghi789", "mount_path": "/src/main.py" } ] ``` ```yaml CLI resourc…
Use Claude Code with a screen reader
Claude Code CLI · in the page
accessibility
…e v2.1.218 or later, the highlighted row in menus and panels such as `/config` and `/plugin`. | | [`prefersReducedMotion`](/docs/en/settings-reference#prefersreducedmotion) | Setting |…
Connect to external tools with MCP
Claude Code CLI · in the page
agent-sdk/mcp
…g `readonly = true` in the [DBHub configuration file](https://dbhub.ai/config/toml) makes DBHub reject `INSERT`, `UPDATE`, `DELETE`, and DDL statements, so the example cannot modify your data even if…
Modifying system prompts
Claude Code CLI · in the page
agent-sdk/modifying-system-prompts
…put style Once created, activate output styles via: * **CLI**: run `/config` and select an output style * **Settings**: set `outputStyle` in `.claude/settings.local.json` * **TypeScript SDK**: set `…
Securely deploying AI agents
Claude Code CLI · in the page
agent-sdk/secure-deployment
…| Azure CLI credentials | | `~/.docker/config.json` | Docker registry auth tokens | | `~/.kube/config`…
Troubleshooting
Claude Code CLI · in the page
agent-sdk/troubleshooting
…fails with a `CLINotFoundError`: ``` Claude Code not found at: /your/configured/path ``` The message includes the configured path when you set `ClaudeAgentOptions(cli_path=...)` and it points at a…
Orchestrate teams of Claude Code sessions
Claude Code CLI · in the page
agent-teams
…rs of the session ID: * **Team config**: `~/.claude/teams/{team-name}/config.json` * **Task list**: `~/.claude/tasks/{team-name}/` Claude Code generates both of these automatically at session startu…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…an turn this shortcut off with the `leftArrowOpensAgents` setting in `/config`. ### Organize the list Agent view groups sessions so the ones that need input are at the top, with `Ready for review` a…
Share session output as artifacts
Claude Code CLI · in the page
artifacts
…--------------------------------------------------------------- | | [`/config`](/docs/en/commands) | Turn the **Artifacts** row off, which writes [`"enableArtifact": false`](/docs/en/settin…
Authentication
Claude Code CLI · in the page
authentication
…membered. To change it later, use the "Use custom API key" toggle in `/config`. The toggle only appears while `ANTHROPIC_API_KEY` is set in your environment. In non-interactive mode (`-p`), the key is…
Claude Code changelog
Claude Code CLI · in the page
changelog
…acting on the row above the one you navigated to in history search, `/config`, `/mcp`, `/skills`, background tasks, and `/model` * Fixed sub-agents dying on a first-call model 404: they now use the…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…aged configuration](https://claude.com/docs/third-party/claude-desktop/configuration) to `<listen.public_url>/user/bootstrap`, and opt the user's policy in with a `desktop` key. [Claude Desktop overla…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…aged configuration](https://claude.com/docs/third-party/claude-desktop/configuration), at `<listen.public_url>/user/bootstrap`. Claude Desktop derives the OAuth issuer from that URL, runs the same dev…
Deploy Claude apps gateway on AWS
Claude Code CLI · in the page
claude-apps-gateway-on-aws
…two [private subnets](https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html) in different Availability Zones, with outbound internet access through a [NAT gateway](https://docs.aws.a…
Use Claude Code on the web
Claude Code CLI · in the page
claude-code-on-the-web
…` works only in a session that started with fast mode turned on. * **`/config`**: on the web, opens the Claude Code section of your settings instead of setting a value, and text after the command, inc…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…servers. Claude Code writes back to it when you change settings in <C>/config</C> or approve trust prompts</>, description: <>Holds state that does not belong in settings.json: theme, OAuth se…
Scan your codebase for vulnerabilities
Claude Code CLI · in the page
claude-security
…e its agents. On Pro, turn them on from the Dynamic workflows row in `/config`. * Python 3.9.6 or later available on your `PATH` as `python3`. Check with `python3 --version`. The plugin's tooling uses…
Commands
Claude Code CLI · in the page
commands
…| | `/config [key=value ...]` | Open the [Settings](/docs/en/settin…
Manage costs effectively
Claude Code CLI · in the page
costs
…ning. Use `/model` to switch models mid-session, or set a default in `/config`. For simple subagent tasks, specify `model: haiku` in your [subagent configuration](/docs/en/sub-agents#choose-a-model).…
Message your other Claude Code sessions
Claude Code CLI · in the page
cross-session-messaging
…| Beyond editing a settings file, you can select the value in the `/config` row **Messages from your other sessions**. Claude Code writes the value you select to your user settings. The row require…
Desktop application
Claude Code CLI · in the page
desktop
…r [GitHub repository settings](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-…
Environment variables
Claude Code CLI · in the page
env-vars
…ecap) availability. Set to `0` to force recaps off regardless of the `/config` toggle. Set to `1` to force recaps on when [`awaySummaryEnabled`](/docs/en/settings-reference#awaysummaryenabled) is `fal…
Error reference
Claude Code CLI · in the page
errors
…x and the CLI's **Continue automatically at usage limit** setting in `/config` are separate, so turn each off on its own. * For the Opus or Sonnet limit, run `/model` and switch to a model outside tha…
Speed up responses with fast mode
Claude Code CLI · in the page
fast-mode
…fast mode is on. This holds whether you switch with `/model`, with [`/config model=<model>`](/docs/en/settings), or from a device connected through [Remote Control](/docs/en/remote-control). Claude…
Feature availability
Claude Code CLI · in the page
feature-availability
…[managed settings](https://claude.com/docs/third-party/claude-desktop/configuration), and [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview) runs the Code tab on Amaz…
Fullscreen rendering
Claude Code CLI · in the page
fullscreen
…elect menu** to choose it. This covers permission prompts, `/model`, `/config`, and other dialogs that show a list of options. Hovering shows a pointer on the row under your cursor. Requires Claude Co…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…ude_args: "--max-turns 5 --model claude-sonnet-5 --mcp-config /path/to/config.json" ``` Common arguments: * `--max-turns`: limit the number of conversation turns * `--model`: model to use, for examp…