aci
Basic Information
ACI.dev is an open-source infrastructure project that provides a tool-calling platform to connect hundreds of external services to agentic IDEs and custom AI agents. The repository hosts the platform code (backend and frontend) and supports running a Unified Model-Context-Protocol (MCP) server or using lightweight SDKs so agents can invoke external tools as unified function calls. It centralizes multi-tenant authentication, OAuth flows, secrets management, dynamic tool discovery, and permission boundaries so developers do not have to build individual API clients and auth flows for each integration. The project is framework and model agnostic, released under Apache 2.0, and includes references to SDKs and a separate aci-mcp server implementation. Getting started guidance points to component READMEs for local backend and frontend development.