TypeScriptOtherCreated Oct 14, 2025Last push 2d ago+232 stars this week+393 this month
Star history
since Nov 9, 2025
11.3K stars as of Sep 8, 2026, tracked back to Nov 9, 2025. Historical curve reconstructed from public GitHub event archives, calibrated to the current total.
Contribution activity
commits per day, last 52 weeks
1,386 commits in the last yearLessMore
Signals and awards
derived from tracked data
Widely adopted
11,321 stars
Very active
1,386 commits in 52 weeks
Community-driven
~155 contributors
Well documented
High community health score
Continuous integration
Automated checks passing
What corsair does
Corsair provides a standardized integration layer that allows developers to connect their applications to numerous third-party tools using a single, consistent syntax. Unlike platforms limited solely to the Model Context Protocol (MCP), Corsair exposes a REST API, making its integrations accessible to both AI agents and traditional backend services or multi-tenant user dashboards. It abstracts away the complex glue code and adapter maintenance required for different APIs. Being open-source, it allows developers to self-host the infrastructure, ensuring that sensitive user tokens and integration data remain fully under their control.
Software developers and engineering teams building products that require extensive integrations with third-party APIs. It is particularly useful for those building AI agents or SaaS platforms who want to avoid writing and maintaining custom API glue code.
Unified syntax: Provides a single, consistent API structure for interacting with various disparate third-party services.
REST API architecture: Enables integrations to be consumed by AI agents, backend services, and front-end user dashboards.
Open-source core: Allows developers to inspect the integration logic and self-host the platform to maintain data sovereignty.
Managed OAuth: Offers a hosted Hub option to handle the complexities of OAuth token refreshes and webhook delivery.
Maintained adapters: Centralizes the maintenance of third-party API connections so developers don't have to rewrite plumbing.
Multi-tenant support: Built to handle integrations for multiple distinct users or organizations within a single deployment.
Where teams use it
AI agent integration
Equipping an AI agent with the ability to perform actions across multiple external tools using a single API interface.
Customer dashboards
Building a settings page where users can authenticate and connect their own third-party accounts to your application.
Data synchronization
Standardizing the process of pulling data from various external platforms into an internal database.
Self-hosted infrastructure
Deploying an integration layer on private servers to ensure user tokens are never exposed to a third-party managed service.
Getting started: Visit the documentation at https://corsair.dev to configure your first integration.
Corsair is a fully-featured product integration platform with a seamless DX. Build anything, from an agent working across all your integrations to a multi-tenant dashboard for your users to connect to anything.
Why does this exist?
More than MCP
Most agent integration tools are MCP-only. Corsair is built on a REST API, so the same integration layer works for agents, backend services, and the dashboards your customers use.
One syntax for every integration
The more third-party APIs your agent touches, the more glue code you write. Corsair gives every integration the same syntax, and we maintain the adapters behind it. Connect once instead of rewriting plumbing for each new tool.
Open source, your data
Closed integration platforms keep your users' tokens and data on infrastructure you can't inspect or leave. Corsair is open source. Self-host it, or use Hub if you want us to handle OAuth refresh and webhooks. Your data remains yours either way.
Contributing
We welcome PRs for the core library, docs, tooling, and new integration plugins. Read CONTRIBUTING.md for the full workflow.
For a new integration, claim it on the OSS Integrations page before you start, then open an issue with the API you want to add. Questions? Ask in Discord.
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.