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
ghCLI (not MCP) - Browser automation — via the
agent-browserCLI, which powers UI verification
Custom servers
Add a.mcp.json at your repo’s root and the coding agents pick it up:
.mcp.json
stdioservers run as a command inside the sandbox (npx,uvx, …).httpservers are remote endpoints.${VAR_NAME}references resolve from your workspace environment variables, so secrets stay out of the repo.