Corsair — Summary
Corsair is a unified integration layer for AI agents: connect your Corsair instance to any agent (via MCP or SDK) and immediately get access to 70+ integrations (Slack, GitHub, Gmail, Google Drive, Notion, Stripe, etc.) without ever exposing credentials to the agent. The agent calls typed tool methods; Corsair handles credential resolution via envelope encryption, evaluates permissions (open/cautious/strict/readonly modes per integration), intercepts destructive actions for human approval, and supports full multi-tenancy. At 759 GitHub stars (Apache-2.0 / custom license), it is the most comprehensive agent integration framework in this batch — but its focus is entirely on external integrations and permissioned actions, not planning, memory, or knowledge capture.
differs_from_seeds: No direct seed equivalent. Corsair is closest in spirit to a cloud-hosted version of claude-flow's MCP bundling (Archetype 3), but where claude-flow bundles agent capabilities as MCP tools, Corsair bundles third-party integrations as permissioned typed APIs. It has zero memory, zero planning, zero spec workflow — it is purely an integration/permission layer. The closest conceptual match is taskmaster-ai's tool-server pattern, but Corsair's domain is external services rather than task management.