MCP Directory

aci

by aipotheosis-labs · Python · ★ 4,804

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related developer tools servers