> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

Sprites can be used through the hosted MCP server, a client plugin, an SDK adapter, or a platform's sandbox backend. Choose the path that matches where your agent already runs.

<Info>
  Some integrations are still source-only or in preview. Their guides call that out explicitly so you don't try to install a package that has not been published.
</Info>

## Which guide should I use?

* **I use a coding agent already.** Find your client in [Agent plugins](/sprites/integrations/agent-plugins/), or go directly to [Cortex Code](/sprites/integrations/cortex-code/).
* **I'm building an agent application.** Choose an adapter in [SDKs and frameworks](/sprites/integrations/agent-sdks/).
* **I want to connect Claude or deploy QM with Sprites.** Start with [Platform integrations](/sprites/integrations/platform-integrations/).
* **My client supports MCP but isn't listed here.** See [Remote MCP Server](/sprites/integrations/remote-mcp/) for the direct connection URL and authentication requirements.

## Agent clients and plugins

These plugins connect a coding agent to Sprites. Most use the hosted MCP server and browser OAuth; Pi and Hermes Agent use Sprites API tokens, while Herdr uses the authenticated Sprites CLI.

| Integration      | Connection                            | Setup                                                                  |
| ---------------- | ------------------------------------- | ---------------------------------------------------------------------- |
| Codex            | Plugin + hosted MCP                   | [Agent plugins](/sprites/integrations/agent-plugins/#codex)            |
| Cursor           | Marketplace plugin + hosted MCP       | [Agent plugins](/sprites/integrations/agent-plugins/#cursor)           |
| Antigravity      | Git-installed plugin + hosted MCP     | [Agent plugins](/sprites/integrations/agent-plugins/#antigravity)      |
| Grok Build       | Git-installed plugin + hosted MCP     | [Agent plugins](/sprites/integrations/agent-plugins/#grok-build)       |
| Cortex Code      | Git-installed plugin + hosted MCP     | [Cortex Code guide](/sprites/integrations/cortex-code/)                |
| DeepSeek Harness | GitHub bundle + local OAuth bridge    | [Agent plugins](/sprites/integrations/agent-plugins/#deepseek-harness) |
| OpenCode         | Source-installed plugin + hosted MCP  | [Agent plugins](/sprites/integrations/agent-plugins/#opencode)         |
| Pi               | Git-installed extension + Sprites API | [Agent plugins](/sprites/integrations/agent-plugins/#pi)               |
| Herdr            | Agent pane plugin + Sprites CLI       | [Agent plugins](/sprites/integrations/agent-plugins/#herdr)            |
| Hermes Agent     | Terminal backend plugin + Sprites API | [Agent plugins](/sprites/integrations/agent-plugins/#hermes-agent)     |

## SDKs and frameworks

Use these adapters when your application owns the agent loop and needs to create or reuse Sprites programmatically.

| Integration                        | Language   | Setup                                                                         |
| ---------------------------------- | ---------- | ----------------------------------------------------------------------------- |
| Hugging Face OpenEnv               | Python     | [SDKs and frameworks](/sprites/integrations/agent-sdks/#hugging-face-openenv) |
| Google Agent Development Kit (ADK) | Python     | [SDKs and frameworks](/sprites/integrations/agent-sdks/#google-adk)           |
| OpenAI Agents SDK                  | Python     | [SDKs and frameworks](/sprites/integrations/agent-sdks/#openai-agents-sdk)    |
| OpenRouter Agent SDK               | TypeScript | [SDKs and frameworks](/sprites/integrations/agent-sdks/#openrouter-agent-sdk) |
| TanStack AI                        | TypeScript | [SDKs and frameworks](/sprites/integrations/agent-sdks/#tanstack-ai)          |

## Platform integrations

| Integration                    | What it provides                                 | Setup                                                                                                |
| ------------------------------ | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| Anthropic Connectors Directory | A hosted Sprites connector for Claude            | [Platform integrations](/sprites/integrations/platform-integrations/#anthropic-connectors-directory) |
| Claude Managed Agents          | A self-hosted sandbox worker backed by Sprites   | [Claude Managed Agents guide](/sprites/integrations/claude-managed-agents/)                          |
| Mistral AI                     | MCP connector setup reference for Mistral Studio | [Remote MCP Server](/sprites/integrations/remote-mcp/#client-setup)                                  |
| QM by Y Combinator             | A Sprites sandbox backend in a QM deployment     | [Platform integrations](/sprites/integrations/platform-integrations/#qm-by-y-combinator)             |

## MCP directories

The Sprites remote MCP server is published as `dev.sprites/mcp` in the official MCP registry and has a Smithery listing.

See [Registry and discovery](/sprites/integrations/remote-mcp/#registry-and-discovery) for listing links and the differences between their connection flows.
