oomol-lab/open-connector

Open-source auth gateway connecting 1500+ SaaS providers to AI agents through SDK, CLI, MCP, HTTP, and OpenAPI.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 11th, 2026
Created on June 29th, 2026
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 494
Total Stargazers: 5,702 (+1)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.0 hours
Mean response time: 10.1 hours
90th percentile: 26.8 hours
Tracked items: 79

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 20% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 7
Closed in 7 days: 8
Avg open age: 2 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 7
Closed in 7 days: 7
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (5)
  • bug (3)
  • OOMOL-hosted (2)

Detailed Description

Open Connector is an open-source auth gateway that connects AI agents to over a thousand SaaS providers through multiple interfaces including SDK, CLI, Model Context Protocol, HTTP, and OpenAPI.

The tool solves the problem of securely connecting AI agents to external services without exposing user credentials to the agent process itself. It works by maintaining a centralized connector gateway where users authenticate once with their SaaS accounts, then agents access those authenticated connections through a shared catalog of prebuilt actions. The gateway handles credential storage, OAuth flows, scope management, and request validation, keeping sensitive data isolated from the agent runtime.

Adoption makes sense for teams building AI agent applications that need reliable access to multiple SaaS tools. The project suits scenarios where agents must perform actions across services like GitHub, Gmail, Notion, BigQuery, Slack, and Airtable without receiving raw API credentials. It explicitly positions itself as an alternative to Pipedream and Composio. The tool offers flexibility across deployment models: a managed hosted option requiring no infrastructure setup, self-hosted deployment on your own infrastructure using Docker or Node.js with SQLite or PostgreSQL, or deployment to platforms including Cloudflare Workers, Fly.io, and others. The Web Console provides administration, debugging, and inspection of credentials, scopes, schemas, policies, and run logs.

The project maintains an active codebase with regular updates across its core components and connector implementations. Development spans multiple language implementations and deployment targets, indicating ongoing expansion of platform support. The team actively manages the connector catalog, regularly adding and updating integrations for popular SaaS providers. Documentation is maintained in multiple languages, suggesting commitment to accessibility for international users.