MCP Directory

aci

by aipotheosis-labs · Python · ★ 4,762

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.

#agents#ai#ai-agents#api#developer-tools#function-calling#integration#llm#mcp#oauth2#open-source#permissions#tools#vibeops

Install

pip install git+https://github.com/aipotheosis-labs/aci.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "aci": {
      "command": "uvx",
      "args": [
        "git+https://github.com/aipotheosis-labs/aci.git"
      ]
    }
  }
}

From the README

> [!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](https://github.com/aipotheosis-labs/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 Ca…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers