Skip to main content
Corsair provides first-class adapters for the most popular AI SDKs and agent runtimes. Each adapter exposes Corsair’s tools in the format that framework expects — no manual schema wiring required.

Available Adapters

Coding Agents

For coding agents that use the MCP stdio protocol, see the Coding Agents section.

Tools

Every adapter exposes the same four tools automatically: Your agent calls corsair_setup first, then list_operations to discover what’s available, then run_script to execute. No code changes needed as you add plugins.

How the agent uses Corsair

Once connected, your agent follows this pattern automatically:
No hard-coding required. As you add plugins, the agent discovers the new endpoints automatically.