aipotheosis-labs/aci
ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Platform-specific configuration:
{
"mcpServers": {
"aci": {
"command": "npx",
"args": [
"-y",
"aci"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <a href="https://trendshift.io/repositories/13645" target="_blank"> </a> </p>
<p align="center"> <a href="https://aci.dev/docs"></a> <a href="https://badge.fury.io/py/aci-sdk"></a> <a href="https://opensource.org/licenses/Apache-2.0"></a> <a href="https://discord.com/invite/UU2XAnfHJh"></a> <a href="https://x.com/AipoLabs"></a> </p>
> [!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.
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.
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 or via o
Loading reviews...