Skip to main content
Agents reach external systems through MCP tools and CLIs available in the sandbox.

Built in

  • Context7 — up-to-date library documentation, available on every task
  • Linear and Notion — MCP tools appear automatically when the integration is connected
  • GitHub — via the authenticated gh CLI (not MCP)
  • Browser automation — via the agent-browser CLI, which powers UI verification

Custom servers

Add a .mcp.json at your repo’s root and the coding agents pick it up:
.mcp.json
  • stdio servers run as a command inside the sandbox (npx, uvx, …).
  • http servers are remote endpoints.
  • ${VAR_NAME} references resolve from your workspace environment variables, so secrets stay out of the repo.