OpenConnector is an open-source integration gateway that gives AI agents controlled access to external applications and services. It exposes a shared catalog of more than 1,000 providers and over 10,000 predefined actions. Applications can call those actions through a TypeScript SDK, command-line relay, MCP, HTTP endpoints, or generated OpenAPI specifications. The runtime manages OAuth, API keys, custom credentials, scopes, tokens, policies, temporary files, and redacted logs. A web console helps administrators browse connectors, configure accounts, create runtime tokens, and inspect activity. It can run locally with Node.js or Docker, on Fly.io, on Cloudflare-compatible infrastructure, or through OOMOL's hosted environment. Its main purpose is to keep provider credentials outside agent processes while maintaining inspectable and reusable access contracts.
Features
- Catalog of more than 1,000 service providers
- Over 10,000 predefined integration actions
- SDK, CLI, MCP, HTTP, and OpenAPI access
- OAuth and API credential management
- Runtime policies, scopes, tokens, and redacted logs
- Local, cloud, and hosted deployment options