$git clone https://github.com/aipotheosis-labs/aci> [!NOTE] > This repo is for the ACI.dev platform. If you're looking for the Unified MCP server built with ACI.dev, see aci-mcp.
| 1 | <p align="center"> |
| 2 | <img src="frontend/public/aci-dev-full-logo-light-bg.svg" alt="ACI.dev Logo" width="100%"> |
| 3 | </p> |
| 4 | |
| 5 | # ACI: Open-Source Infra to Power Unified MCP Servers and VibeOps |
| 6 | |
| 7 | <p align="center"> |
| 8 | <a href="https://trendshift.io/repositories/13645" target="_blank"> |
| 9 | <img src="https://trendshift.io/api/badge/repositories/13645" alt="aipotheosis-labs%2Faci | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/> |
| 10 | </a> |
| 11 | </p> |
| 12 | |
| 13 | <p align="center"> |
| 14 | <a href="https://aci.dev/docs"><img src="https://img.shields.io/badge/Documentation-34a1bf" alt="Documentation"></a> |
| 15 | <a href="https://badge.fury.io/py/aci-sdk"><img src="https://badge.fury.io/py/aci-sdk.svg" alt="PyPI version"></a> |
| 16 | <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a> |
| 17 | <a href="https://discord.com/invite/UU2XAnfHJh"><img src="https://img.shields.io/discord/1349424813550342275?logo=discord&label=Discord&color=7289DA" alt="Discord"></a> |
| 18 | <a href="https://x.com/AipoLabs"><img src="https://img.shields.io/twitter/follow/AipoLabs?style=social" alt="Twitter Follow"></a> |
| 19 | </p> |
| 20 | |
| 21 | > [!NOTE] |
| 22 | > This repo is for the ACI.dev platform. If you're looking for the **Unified MCP** server built with ACI.dev, see [aci-mcp](https://github.com/aipotheosis-labs/aci-mcp). |
| 23 | |
| 24 | ACI.dev is the open-source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent. It gives agents intent-aware access to tools with multi-tenant auth, granular permissions, and dynamic tool discovery—exposed as either direct function calls or through a **Unified Model-Context-Protocol (MCP) server**. |
| 25 | |
| 26 | **Examples:** Instead of writing separate OAuth flows and API clients for Google Calendar, Slack, and more, use ACI.dev to manage authentication and provide AI agents with unified, secure function calls. Access these capabilities through our **Unified** [MCP server](https://github.com/aipotheosis-labs/aci-mcp) or via our lightweight [Python SDK](https://github.com/aipotheosis-labs/aci-python-sdk), compatible with any LLM framework. |
| 27 | |
| 28 | Supercharge vibe coding and automate devOps by adding a single unified MCP server to your favourite agentic IDE. Configure the MCP with Vercel, Supabase, Cloudflare, and other platforms. Let AI handle provisioning, deployment, database configs, and debugging to turn a vibe coded prototype into a live product. |
| 29 | |
| 30 |  |
| 31 | |
| 32 | <p align="center"> |
| 33 | Join us on <a href="https://discord.com/invite/UU2XAnfHJh">Discord</a> to help shape the future of Open Source AI Infrastructure and VibeOps.<br/><br/> |
| 34 | 🌟 <strong>Star ACI.dev to stay updated on new releases!</strong><br/><br/> |
| 35 | <a href="https://github.com/aipotheosis-labs/aci/stargazers"> |
| 36 | <img src="https://img.shields.io/github/stars/aipotheosis-labs/aci?style=social" alt="GitHub Stars"> |
| 37 | </a> |
| 38 | </p> |
| 39 | |
| 40 | ## 📺 Demo Video |
| 41 | |
| 42 | [ACI.dev **Unified MCP Server** Demo](https://youtu.be/GSR9P53-_7E?feature=shared) |
| 43 | |
| 44 | [](https://youtu.be/GSR9P53-_7E?feature=shared) |
| 45 | |
| 46 | [ACI.dev **VibeOps** Demo](https://youtu.be/SfEtNqB6yqI?feature=shared) |
| 47 | |
| 48 | [](https://youtu.be/SfEtNqB6yqI?feature=shared) |
| 49 | |
| 50 | ## ✨ Key Features |
| 51 | |
| 52 | - **600+ Pre-built Integrations**: Connect to popular services and apps in minutes. |
| 53 | - **Flexible Access Methods**: Use our unified MCP server or our lightweight SDK for direct function calling. |
| 54 | - **Multi-tenant Authentication**: Built-in OAuth flows and secrets management for both developers and end-users. |
| 55 | - **Enhanced Agent Reliability**: Natural language permission boundaries and dynamic tool discovery. |
| 56 | - **Framework & Model Agnostic**: Works with any LLM framework and agent architecture. |
| 57 | - **100% Open Source**: Everything released under Apache 2.0 (backend, dev portal, integrations). |
| 58 | |
| 59 | ## 💡 Why Use ACI.dev? |
| 60 | |
| 61 | ACI.dev improves tool |