Search the documentation
50 pages for local.
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.
Local
Claude Developer Platform · title
api/compliance/apps/sessions/local
List local sessions
Claude Developer Platform · title
api/compliance/apps/sessions/local/list
Retrieve local session messages
Claude Developer Platform · title
api/compliance/apps/sessions/local/messages/list
Retrieve a local session
Claude Developer Platform · title
api/compliance/apps/sessions/local/retrieve
Continue local sessions from any device with Remote Control
Claude Code CLI · title
remote-control
User identity and local data
Claude Documentation · title
third-party/claude-desktop/data-storage
Connect to local MCP servers
Model Context Protocol · title
docs/2024-11-05/develop/connect-local-servers
Connect to local MCP servers
Model Context Protocol · title
docs/2025-03-26/develop/connect-local-servers
Connect to local MCP servers
Model Context Protocol · title
docs/2025-06-18/develop/connect-local-servers
Connect to local MCP servers
Model Context Protocol · title
docs/2025-11-25/develop/connect-local-servers
Connect to local MCP servers
Model Context Protocol · title
docs/2026-07-28/develop/connect-local-servers
Connect to local MCP servers
Model Context Protocol · title
docs/draft/develop/connect-local-servers
SEP-1024: MCP Client Security Requirements for Local Server Installation
Model Context Protocol · title
seps/1024-mcp-client-security-requirements-for-local-server-
Messages
Claude Developer Platform · path
api/compliance/apps/sessions/local/messages
Desktop and filesystem access
Claude Documentation · path
third-party/claude-desktop/local-access
commerce-agents
Claude Developer Platform · in the page
about-claude/use-case-guides/commerce-agents
…hropics/commerce-agents"> Clone the blueprint and run both agents locally. </Card> <Card title="A guide to the anatomy of effective commerce agents" icon="book" href="https://claude.com/blog/…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/overview
…ckage installation discouraged:** Skills should only install packages locally to avoid interfering with the user's computer. Plan your Skills to work within these constraints. ## Next steps <CardGr…
mcp-connector
Claude Developer Platform · in the page
agents-and-tools/mcp-connector
…osed through HTTP (supports both Streamable HTTP and SSE transports). Local STDIO servers cannot be connected directly. ## Using the MCP connector in the Messages API The MCP connector uses two comp…
concepts
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/concepts
…ion), fetches the tunnel token, generates a CA and server certificate locally, and registers the CA. No long-lived secret is copied by hand. Requires a federation rule with the `workspace:manage_tunne…
console
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/console
…oken through the Tunnels API, generates the CA and server certificate locally (the private key never leaves your environment), and registers only the CA's public certificate with Anthropic. You're sti…
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
…c8ac31b0 command: tunnel --no-autoupdate run --url http://localhost:8080 environment: - TUNNEL_TOKEN # Share the proxy's netns so localhost:8080 reach…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…llname`) but does not call the Tunnels API; it renews the certificate locally and only needs Kubernetes RBAC, which the chart grants. The federation rule does not need to cover it. </Note>…
overview
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/overview
…new to MCP tunnels, start with the quickstart to get a working tunnel locally before configuring a production deployment. <CardGroup cols={2}> <Card title="Quickstart" icon="rocket" href="https://p…
quickstart
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/quickstart
…uickstart description: Connect Claude to a private MCP server using a local Docker Compose deployment. --- <Note> MCP tunnels are in research preview. [Request access](https://claude.com/form/mcp-t…
troubleshooting
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/troubleshooting
…components) logs `No ingress rules were defined` | cloudflared has no local target. | Add `--url http://localhost:8080` and `network_…
bash-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/bash-tool
…tool), Claude has access to two separate execution environments: your local bash session and Anthropic's sandboxed container. State is not shared between them. See [Using code execution with other exe…
browser-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/browser-use-tool
…in your `navigate` handler after redirects, and block loopback, link-local, and private ranges unless the task needs them. 3. Treat everything a page supplies as untrusted input, including the tab…
build-a-tool-using-agent
Claude Developer Platform · in the page
agents-and-tools/tool-use/build-a-tool-using-agent
…ed": ["title", "start", "end"] } } ]' run_tool() { local name="$1" local input="$2" if [ "$name" = "create_calendar_event" ]; then local title=$(echo "$input" | jq -r…
code-execution-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/code-execution-tool
…vided execution tools (e.g., bash) when you need access to the user's local system, files, or data - If you need to pass results between environments, explicitly include outputs in subsequent tool cal…
memory-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/memory-tool
…age, or encrypted files. Python and TypeScript also ship a ready-made local-filesystem implementation, `BetaLocalFilesystemMemoryTool`. The helper and tool-runner surfaces live in each SDK's beta name…
Process results programmatically
Claude Developer Platform · in the page
agents-and-tools/tool-use/programmatic-tool-calling
…When Claude invokes the tool with code, your application executes it locally where those functions are defined. **Advantages:** * Minimal re-architecting of your application * Full control over the…
text-editor-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/text-editor-tool
…r tool, keep in mind: 1. **Security:** The tool has access to your local filesystem, so implement proper security measures. 2. **Backup:** Always create backups before allowing edits to important…
web-search-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/web-search-tool
…domains "blocked_domains": ["untrustedsource.com"], // Optional: Localize search results "user_location": { "type": "approximate", "city": "San Francisco", "region": "California",…
Agents
Claude Developer Platform · in the page
api/beta/agents
…ation or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported. - `c…
Archive Agent
Claude Developer Platform · in the page
api/beta/agents/archive
…ion or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…
Create Agent
Claude Developer Platform · in the page
api/beta/agents/create
…ation or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported. - `c…
List Agents
Claude Developer Platform · in the page
api/beta/agents/list
…ion or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…
Get Agent
Claude Developer Platform · in the page
api/beta/agents/retrieve
…ion or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…
Update Agent
Claude Developer Platform · in the page
api/beta/agents/update
…ation or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported. - `c…
Versions
Claude Developer Platform · in the page
api/beta/agents/versions
…ion or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…
List Agent Versions
Claude Developer Platform · in the page
api/beta/agents/versions/list
…ion or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…
Memory Stores
Claude Developer Platform · in the page
api/beta/memory_stores
…server applies no normalization, so clients can compute the same hash locally for staleness checks and as the value for a `content_sha256` precondition on update. Always populated, regardless of `view…
Memories
Claude Developer Platform · in the page
api/beta/memory_stores/memories
…server applies no normalization, so clients can compute the same hash locally for staleness checks and as the value for a `content_sha256` precondition on update. Always populated, regardless of `view…
Create a memory
Claude Developer Platform · in the page
api/beta/memory_stores/memories/create
…server applies no normalization, so clients can compute the same hash locally for staleness checks and as the value for a `content_sha256` precondition on update. Always populated, regardless of `view…
List memories
Claude Developer Platform · in the page
api/beta/memory_stores/memories/list
…server applies no normalization, so clients can compute the same hash locally for staleness checks and as the value for a `content_sha256` precondition on update. Always populated, regardless of `view…
Retrieve a memory
Claude Developer Platform · in the page
api/beta/memory_stores/memories/retrieve
…server applies no normalization, so clients can compute the same hash locally for staleness checks and as the value for a `content_sha256` precondition on update. Always populated, regardless of `view…
Update a memory
Claude Developer Platform · in the page
api/beta/memory_stores/memories/update
…erver applies no content normalization, clients can also compute this locally as the SHA-256 of the UTF-8 content bytes. ## Returns - `BetaManagedAgentsMemory object` A `memory` object: a single…
Usage Report
Claude Developer Platform · in the page
api/beta/organization/usage_report
…laude Code sessions, such as Claude Code on the web. Remote and local usage are reported as separate rows. - `model_breakdown: array of object` Token usage and cost breakdown by AI m…
Get Claude Code Usage Report
Claude Developer Platform · in the page
api/beta/organization/usage_report/retrieve_claude_code
…laude Code sessions, such as Claude Code on the web. Remote and local usage are reported as separate rows. - `model_breakdown: array of object` Token usage and cost breakdown by AI m…
Sessions
Claude Developer Platform · in the page
api/beta/sessions
…n or null` Approximate user location for search result localization. - `type: "approximate"` Location precision. Only "approximate" is supported.…