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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aci"
]
}
}
}