Anthropic Connectors Directory
The Sprites listing in Anthropic’s Connectors Directory connects Claude directly to the hosted Sprites MCP server. Before starting, sign in to Claude with access to connectors and have a Fly.io account with access to the Sprites organization you want to use.- Open the Sprites listing in the directory.
- Select Connect to Claude.
- Complete the Fly.io browser OAuth flow.
- Choose the intended Fly.io organization and review the connector’s name prefix, creation limit, and access level.
- Ask Claude to list your Sprites.
https://sprites.dev/mcp as a custom remote MCP connector instead. See Remote MCP Server for the permission model.
The Anthropic Connectors Directory integration is separate from Claude Managed Agents. The directory lets Claude call the hosted Sprites MCP tools; Managed Agents run a self-hosted per-session tool environment inside a Sprite.
QM by Y Combinator
QM is an open-source agent platform with a Sprites sandbox backend. QM’s control plane and UI stay in the deployment you manage; agent commands run in Sprites when the backend is selected. Its published CLI requires Node.js 24 or newer. Before starting, have access to your chosen deployment infrastructure, the model credentials required by your QM configuration, and a Sprites API token. See QM’s deployment guide for the full prerequisites. Start with QM’s deployment initializer. Replace<slug> with your organization slug and <fly-or-aws> with fly or aws:
SPRITES_TOKEN through QM’s deployment secret workflow. The initializer walks through infrastructure, credentials, deployment, and live verification for the selected target.
After deployment, follow the QM CLI’s live checks, then ask QM to run pwd in its sandbox. Verify a successful sandbox tool result; loading QM’s UI alone does not confirm that the Sprites backend works.