Search the documentation
25 pages for --config.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Connect to external tools with MCP
Claude Code CLI · in the page
agent-sdk/mcp
…execute_sql rejects writes args: ["-y", "@bytebase/dbhub", "--config", "dbhub.toml"] } }, allowedTools: ["mcp__postgres__execute_sql"] } })) { if (message.type…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…Claude Code on a laptop runs the gateway server with `claude gateway --config gateway.yaml`. This page covers: * [Why Claude apps gateway](#why-claude-apps-gateway), what it adds over running your…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…m. The gateway reads the file once, at startup, with `claude gateway --config /path/to/gateway.yaml`. Every option is validated against a schema at boot, so a malformed config fails at start with a f…
Claude apps gateway deployment and operations
Claude Code CLI · in the page
claude-apps-gateway-deploy
…such as `/tmp/.claude`. * **The container command**: `claude gateway --config /etc/claude/gateway.yaml`, with the config file mounted read-only and secrets supplied as environment variables; the gate…
CLI reference
Claude Code CLI · in the page
cli-reference
…drock, Google Cloud's Agent Platform, or Microsoft Foundry. Requires `--config` pointing at a [`gateway.yaml`](/docs/en/claude-apps-gateway-config). Available in Claude Code v2.1.195 and later.…
Control MCP server access for your organization
Claude Code CLI · in the page
managed-mcp
…"command": "/usr/local/bin/company-mcp-server", "args": ["--config", "/etc/company/mcp-config.json"], "env": { "COMPANY_API_URL": "https://internal.example.com" } }…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…"command": "${CLAUDE_PLUGIN_ROOT}/servers/db-server", "args": ["--config", "${CLAUDE_PLUGIN_ROOT}/config.json"], "env": { "DB_URL": "${DB_URL}" } } } } ``` Or inline i…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…"command": "${CLAUDE_PLUGIN_ROOT}/servers/db-server", "args": ["--config", "${CLAUDE_PLUGIN_ROOT}/config.json"] } }, "strict": false } ``` Key things to notice: * **`commands` and `age…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…"command": "${CLAUDE_PLUGIN_ROOT}/servers/db-server", "args": ["--config", "${CLAUDE_PLUGIN_ROOT}/config.json"], "env": { "DB_PATH": "${CLAUDE_PLUGIN_ROOT}/data" } },…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…proaches: * **Let the runner configure git**: start the runner with `--configure-git` to have it write the same identity and commit-signing config that Anthropic-hosted sessions use * **Ship git conf…
Self-hosted environments reference
Claude Code CLI · in the page
self-hosted-environments-reference
…| | `--configure-git` | `SELF_HOSTED_RUNNER_CONFIGURE_GIT=1` | off | Wri…
Command line settings
Claude Documentation · in the page
claude-science/command-line-settings
…~/.claude-science` | The data directory to use. | | `--config` `<file>` | `~/.claude-science/config.toml` | The configuration file to read. | ## The login link When serve starts, i…
Configuration file reference
Claude Documentation · in the page
claude-science/configuration-file-reference
…es take effect after a restart. The `claude-science` command accepts `--config <file>` to read a different file for one run. ## Network configuration The network-related keys, grouped by the TOML ta…
MCP Inspector
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector
…i, or --tui.` 2. **`-h` / `--help`.** Everything else (`--catalog`, `--config`, `--server-url`, `--transport`, `--method`, the OAuth flags) is defined by the *client*, not the launcher, and the clien…
CLI client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/cli
…transport http --method tools/list # From a file mcp-inspector --cli --config ./mcp.json --server myserver --method tools/list ``` When the server comes from a file, its per-server settings (headers…
Configuration and flags
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/configuration
…below belongs to a client. ## Choosing servers ### `--catalog` vs. `--config` All three clients resolve `--catalog` and `--config` through the same shared code, so each flag behaves the same in the…
Recipes
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/recipes
…```bash theme={null} mcp-inspector node build/index.js -- --verbose --config /etc/myserver.conf ``` Put `--` before any arguments meant for your server. Without the separator, `--verbose` would be…
TUI client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/tui
…, seeded empty if missing (unlike the web client) mcp-inspector --tui --config mcp.json # read-only session, errors if absent ``` With neither `--catalog` nor `--config`, and no [ad-hoc target](/d…
Web client
Model Context Protocol · in the page
docs/2026-07-28/tools/inspector/web
…ith the sample servers if missing | Yes | | `--config <path>` | That file, read-only (never written or seeded) | No…
MCP Inspector
Model Context Protocol · in the page
docs/draft/tools/inspector
…i, or --tui.` 2. **`-h` / `--help`.** Everything else (`--catalog`, `--config`, `--server-url`, `--transport`, `--method`, the OAuth flags) is defined by the *client*, not the launcher, and the clien…
CLI client
Model Context Protocol · in the page
docs/draft/tools/inspector/cli
…transport http --method tools/list # From a file mcp-inspector --cli --config ./mcp.json --server myserver --method tools/list ``` When the server comes from a file, its per-server settings (headers…
Configuration and flags
Model Context Protocol · in the page
docs/draft/tools/inspector/configuration
…below belongs to a client. ## Choosing servers ### `--catalog` vs. `--config` All three clients resolve `--catalog` and `--config` through the same shared code, so each flag behaves the same in the…
Recipes
Model Context Protocol · in the page
docs/draft/tools/inspector/recipes
…```bash theme={null} mcp-inspector node build/index.js -- --verbose --config /etc/myserver.conf ``` Put `--` before any arguments meant for your server. Without the separator, `--verbose` would be…
TUI client
Model Context Protocol · in the page
docs/draft/tools/inspector/tui
…, seeded empty if missing (unlike the web client) mcp-inspector --tui --config mcp.json # read-only session, errors if absent ``` With neither `--catalog` nor `--config`, and no [ad-hoc target](/d…
Web client
Model Context Protocol · in the page
docs/draft/tools/inspector/web
…ith the sample servers if missing | Yes | | `--config <path>` | That file, read-only (never written or seeded) | No…