Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt

Use this file to discover all available pages before exploring further.

Coding agents use Corsair’s hosted HTTP MCP endpoint. Each tenant gets a URL and bearer token; the agent discovers integrations as tools (corsair_setup, list_operations, get_schema, run_script).

Cursor

.cursor/mcp.json with url and headers

Claude Code

.mcp.json or claude mcp add --transport http

Codex

~/.codex/config.toml or codex mcp add --url

Antigravity

~/.gemini/antigravity/mcp_config.json with serverUrl

Custom connector

Any HTTP MCP client — URL + bearer token
These guides use Corsair App (hosted at api.corsair.dev). For a local Corsair instance with stdio MCP, see the SDK tab instead.