Search the documentation
50 pages for username.
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.
computer-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/computer-use-tool
…your prompt. 5. If you need the model to log in, provide it with the username and password in your prompt inside XML tags such as `<robot_credentials>`. Using computer use within applications that re…
using
Claude Developer Platform · in the page
cli-sdks-libraries/cli/using
…ata://` for base64. Escape a literal leading `@` with a backslash (`\@username`). ## Debugging Add `--debug` to any command to print the exact HTTP request and response (headers and body) to stderr.…
increase-consistency
Claude Developer Platform · in the page
test-and-evaluate/strengthen-guardrails/increase-consistency
…itle> <content>1. Go to password.ourcompany.com 2. Enter your username 3. Click "Forgot Password" 4. Follow email instructions</content> </entry> <entry> <id>2</id> <ti…
Push events into a running session with channels
Claude Code CLI · in the page
channels
…) in Telegram and send `/newbot`. Give it a display name and a unique username ending in `bot`. Copy the token BotFather returns. </Step> <Step title="Install the plugin"> In Clau…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…ail`. Some IdPs, such as ADFS and Entra B2C, emit `upn` or `preferred_username` instead. Accepts a flat key, a JSON Pointer, or a list of fallback keys where the first present key is used.…
Deploy Claude apps gateway on AWS
Claude Code CLI · in the page
claude-apps-gateway-on-aws
…--allocated-storage 20 --db-name claude_gateway \ --master-username gateway --master-user-password "$PGPASS" \ --db-subnet-group-name claude-gateway-db \ --db-parameter-group-na…
Use Claude Code on the web
Claude Code CLI · in the page
claude-code-on-the-web
…plies are posted using your GitHub account, so they appear under your username, but each reply is labeled as coming from Claude Code so reviewers know it was written by the agent and not by you direct…
Desktop application
Claude Code CLI · in the page
desktop
…] } ``` The `url` must be `http` or `https`, and must not contain a username or password. #### Port conflicts The `autoPort` field controls what happens when your preferred port is already in use:…
Discover and install prebuilt plugins through marketplaces
Claude Code CLI · in the page
discover-plugins
…json` file using the `owner/repo` format, where `owner` is the GitHub username or organization and `repo` is the repository name. For example, `anthropics/claude-code` refers to the `claude-code` rep…
Environment variables
Claude Code CLI · in the page
env-vars
…Useful for screenshares or recordings where the path exposes your OS username…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…shows a dialog with form fields defined by the server (for example, a username and password prompt). Fill in the fields and submit. * **URL mode**: Claude Code opens a browser URL for authentication o…
Enterprise network configuration
Claude Code CLI · in the page
network-config
…als in the proxy URL: ```bash theme={null} export HTTPS_PROXY=http://username:[email protected]:8080 ``` <Warning> Avoid hardcoding passwords in scripts. Use environment variables or secu…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…g pushes to your own repositories. Each provider expects a different username in the rewritten URL, and the same path scoping applies to every provider. For self-hosted servers, replace the hostname…
Automate work with routines
Claude Code CLI · in the page
routines
…:------------------------------- | | Author | PR author's GitHub username | | Title | PR title text | | Body | PR description text | | Base branc…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…* The runner sets `GIT_TERMINAL_PROMPT=0`, so git doesn't ask for a username or password. * The runner runs SSH with `BatchMode=yes`, appended to your `GIT_SSH_COMMAND` if you set one, so SSH doesn'…
Customize your status line
Claude Code CLI · in the page
statusline
…ude/statusline.sh` (where `~` is your home directory, such as `/Users/username` on macOS or `/home/username` on Linux): ```bash theme={null} #!/bin/bash # Read JSON data that Claude Code…
Get started with Claude Code on the web
Claude Code CLI · in the page
web-quickstart
…de account. On success, Claude Code prints `Connected as <your-github-username>` and opens [claude.ai/code](https://claude.ai/code) in your browser. If you don't have a cloud environment yet, `/web-se…
Use Claude Science on a corporate network
Claude Documentation · in the page
claude-science/corporate-networks
…ror credentials For a mirror that requires authentication, enter one username and access token under **Settings** > **Network** > **Package mirror** > **Mirror credentials**, using an account scoped…
Set up Claude Tag
Claude Documentation · in the page
claude-tag/admins/setup-overview
…epository or pick specific ones. * **The Claude app is installed on \[username], a personal account**, when the app was installed on someone's personal GitHub account rather than an organization. Clau…
Troubleshoot Claude Tag setup
Claude Documentation · in the page
claude-tag/admins/troubleshooting
…| "The Claude app is installed on \[username], a personal account. Claude Tag connects to a GitHub organization. Install it on your organization instead." | The Claud…
Changelog
Claude Documentation · in the page
cowork/changelog
…Added support for plugin marketplace credential helpers that return a username or `authtype=Bearer`, so marketplaces hosted on Bitbucket Data Center or behind GitLab deploy tokens can authenticate.…
Available settings
Claude Documentation · in the page
government/config/settings
…mercial%`, `%OneDriveConsumer%`, `%APPDATA%`, `%LOCALAPPDATA%`, and `%USERNAME%`. A device ignores an entry whose variable it does not define, so a list with only Windows entries leaves Mac users with…
Deploy with a bootstrap server
Claude Documentation · in the page
third-party/claude-desktop/bootstrap
…the caller is not entitled. Do not authorize on `email` or `preferred_username` alone; those claims are mutable and may be absent for guest or external-identity users. **Key the response on the calle…
Configuration reference
Claude Documentation · in the page
third-party/claude-desktop/configuration
…re-fill Google's account chooser and forward to your federated IdP. \{username} expands to the OS login name. | | <span id="inferencevertexworkforceaudience"…
MCP, plugins, skills, and hooks
Claude Documentation · in the page
third-party/claude-desktop/extensions
…dentialHelper` and uses its trimmed stdout as the HTTPS password with username `x-access-token`. For `url` sources, the token is sent as `Authorization: Bearer <token>` on the manifest and archive req…
Desktop and filesystem access
Claude Documentation · in the page
third-party/claude-desktop/local-access
…a fixed set of environment-variable tokens, such as `%OneDrive%` or `%USERNAME%`, listed in the [configuration reference](/docs/third-party/claude-desktop/configuration#allowedworkspacefolders). An en…
Deploy Claude Desktop on 3P with Google Cloud's Agent Platform
Claude Documentation · in the page
third-party/claude-desktop/vertex
…re-fill Google's account chooser and forward to your federated IdP. \{username} expands to the OS login name. | | <span id="inferencevertexworkforceaudience"…
Contributing to MCP
Model Context Protocol · in the page
community/contributing
…fork"> ```bash theme={null} git clone https://github.com/YOUR-USERNAME/modelcontextprotocol.git cd modelcontextprotocol ``` Replace `YOUR-USERNAME` with your GitHub username. </…
Build an MCP client
Model Context Protocol · in the page
docs/2024-11-05/develop/build-client
…./server/weather.py # Absolute path uv run client.py /Users/username/projects/mcp-server/weather.py # Windows path (either format works) uv run client.py C:/projects/mcp-server/weat…
Connect to local MCP servers
Model Context Protocol · in the page
docs/2024-11-05/develop/connect-local-servers
…"@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/Users/username/Downloads" ] } } } ``` ```json…
Connect to remote MCP Servers
Model Context Protocol · in the page
docs/2024-11-05/develop/connect-remote-servers
…n the server implementation but commonly involves OAuth, API keys, or username/password combinations. <Frame> <img src="https://mintcdn.com/mcp/4ZXF1PrDkEaJvXpn/images/quickstart-remote/3-a…
Debugging
Model Context Protocol · in the page
docs/2024-11-05/tools/debugging
…", "@modelcontextprotocol/server-filesystem", "/Users/username/data" ] } } } ``` Instead of relative paths like `./data` ### Environment variables MCP servers launched o…
MCP Inspector
Model Context Protocol · in the page
docs/2024-11-05/tools/inspector
…protocol/inspector npx @modelcontextprotocol/server-filesystem /Users/username/Desktop ``` </Tab> <Tab title="PyPI package"> ```bash theme={null} npx @modelcontextprotocol/inspector u…
Understanding Authorization in MCP
Model Context Protocol · in the page
docs/2024-11-05/tutorials/security/authorization
…theme={null} docker run -p 127.0.0.1:8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak start-dev ``` This command will pull the Keycloak c…
Build an MCP client
Model Context Protocol · in the page
docs/2025-03-26/develop/build-client
…./server/weather.py # Absolute path uv run client.py /Users/username/projects/mcp-server/weather.py # Windows path (either format works) uv run client.py C:/projects/mcp-server/weat…
Connect to local MCP servers
Model Context Protocol · in the page
docs/2025-03-26/develop/connect-local-servers
…"@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/Users/username/Downloads" ] } } } ``` ```json…
Connect to remote MCP Servers
Model Context Protocol · in the page
docs/2025-03-26/develop/connect-remote-servers
…n the server implementation but commonly involves OAuth, API keys, or username/password combinations. <Frame> <img src="https://mintcdn.com/mcp/4ZXF1PrDkEaJvXpn/images/quickstart-remote/3-a…
Debugging
Model Context Protocol · in the page
docs/2025-03-26/tools/debugging
…", "@modelcontextprotocol/server-filesystem", "/Users/username/data" ] } } } ``` Instead of relative paths like `./data` ### Environment variables MCP servers launched o…
MCP Inspector
Model Context Protocol · in the page
docs/2025-03-26/tools/inspector
…protocol/inspector npx @modelcontextprotocol/server-filesystem /Users/username/Desktop ``` </Tab> <Tab title="PyPI package"> ```bash theme={null} npx @modelcontextprotocol/inspector u…
Understanding Authorization in MCP
Model Context Protocol · in the page
docs/2025-03-26/tutorials/security/authorization
…theme={null} docker run -p 127.0.0.1:8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak start-dev ``` This command will pull the Keycloak c…
Build an MCP client
Model Context Protocol · in the page
docs/2025-06-18/develop/build-client
…./server/weather.py # Absolute path uv run client.py /Users/username/projects/mcp-server/weather.py # Windows path (either format works) uv run client.py C:/projects/mcp-server/weat…
Connect to local MCP servers
Model Context Protocol · in the page
docs/2025-06-18/develop/connect-local-servers
…"@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/Users/username/Downloads" ] } } } ``` ```json…
Connect to remote MCP Servers
Model Context Protocol · in the page
docs/2025-06-18/develop/connect-remote-servers
…n the server implementation but commonly involves OAuth, API keys, or username/password combinations. <Frame> <img src="https://mintcdn.com/mcp/4ZXF1PrDkEaJvXpn/images/quickstart-remote/3-a…
Debugging
Model Context Protocol · in the page
docs/2025-06-18/tools/debugging
…", "@modelcontextprotocol/server-filesystem", "/Users/username/data" ] } } } ``` Instead of relative paths like `./data` ### Environment variables MCP servers launched o…
MCP Inspector
Model Context Protocol · in the page
docs/2025-06-18/tools/inspector
…protocol/inspector npx @modelcontextprotocol/server-filesystem /Users/username/Desktop ``` </Tab> <Tab title="PyPI package"> ```bash theme={null} npx @modelcontextprotocol/inspector u…
Understanding Authorization in MCP
Model Context Protocol · in the page
docs/2025-06-18/tutorials/security/authorization
…theme={null} docker run -p 127.0.0.1:8080:8080 -e KC_BOOTSTRAP_ADMIN_USERNAME=admin -e KC_BOOTSTRAP_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak start-dev ``` This command will pull the Keycloak c…
Build an MCP client
Model Context Protocol · in the page
docs/2025-11-25/develop/build-client
…./server/weather.py # Absolute path uv run client.py /Users/username/projects/mcp-server/weather.py # Windows path (either format works) uv run client.py C:/projects/mcp-server/weat…
Connect to local MCP servers
Model Context Protocol · in the page
docs/2025-11-25/develop/connect-local-servers
…"@modelcontextprotocol/server-filesystem", "/Users/username/Desktop", "/Users/username/Downloads" ] } } } ``` ```json…
Connect to remote MCP Servers
Model Context Protocol · in the page
docs/2025-11-25/develop/connect-remote-servers
…n the server implementation but commonly involves OAuth, API keys, or username/password combinations. <Frame> <img src="https://mintcdn.com/mcp/4ZXF1PrDkEaJvXpn/images/quickstart-remote/3-a…
Debugging
Model Context Protocol · in the page
docs/2025-11-25/tools/debugging
…", "@modelcontextprotocol/server-filesystem", "/Users/username/data" ] } } } ``` Instead of relative paths like `./data` ### Environment variables MCP servers launched o…