Stretch Docs

Overview
Looking to learn about Stretch 4? You've come to the right place.
Ask an Agent
The Stretch Docs Agent (via GitBook) can answer questions about the documentation.
Agent Endpoint
Agents can connect to this endpoint to browse and query Stretch 4 documentation. Use it in any MCP-compatible client.
https://docs.hello-robot.com/~gitbook/mcp
Open a terminal and run this command to register your site as a user-scoped MCP server in Claude Code.
claude mcp add gitbook-documentation --scope user --transport http https://docs.hello-robot.com/~gitbook/mcp
Claude can call into the Hello Robot documentation server directly when answering questions or exploring your docs.
Open a terminal and run this command to add your site as an MCP server in Codex.
codex mcp add gitbook-documentation --url https://docs.hello-robot.com/~gitbook/mcp
Codex can keep your docs available alongside the rest of your local development tools.
Antigravity handles remote MCP hosting using a global or workspace configuration file.
Inside Antigravity, open the command palette (
Cmd/Ctrl+Shift+P), typemcp, and select Antigravity: Manage MCP Servers.Click View raw config to open the
mcp_config.jsonconfiguration file.Paste the following configuration snippet inside your
mcpServersobject:
⚠️ Important: Google Antigravity uses
serverUrlas its configuration key, noturlorhttpUrllike other IDEs. If you change this key, the environment will throw an initialization error.
Save the file and return to the MCP server manager interface. Click Refresh to activate the tools.
Other Resources
The Stretch 4 documentation is spread across numerous Git repositories. This Stretch Docs site provides an organized view of this information. In addition, you can learn more at these resources:
Getting Started

Demos and Tutorials
We are still developing exciting new demos and tutorials for Stretch 4. Check back periodically for new documentation.


Explore the Open Source Software Stack
The Stretch 4 software is organized into a multi-layered stack designed to transition seamlessly from low-level hardware control to high-level autonomous behaviors.
The Hello Robot GitHub page provide an overview of the key repositories. Each repository is intended to be self-documenting through its internal README.md and other Markdown files.











