Skip to main content
ClaudeWave

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.

MCP Servers4.8k stars464 forksPythonApache-2.0Updated 15d ago
Editor's note

ACI.dev is an open-source tool-calling platform that connects over 600 third-party services, including Google Calendar, Slack, Vercel, Supabase, Cloudflare, and Sentry, to AI agents through either a Unified MCP server or a lightweight Python and TypeScript SDK. It integrates with Claude via the Model Context Protocol, making it compatible with Claude Code and other agentic IDEs, while remaining framework and model agnostic. The platform handles multi-tenant OAuth flows and secrets management so developers avoid writing separate authentication logic for each service, and it uses natural language permission boundaries to control what actions an agent can take. Dynamic tool discovery helps prevent overwhelming LLM context windows by surfacing only relevant tools at runtime. A notable use case is "VibeOps," where the Unified MCP server connects an agentic IDE to deployment and infrastructure platforms so AI can handle provisioning, database configuration, and debugging to take a prototype to a live product. The entire backend, developer portal, and integrations are released under Apache 2.0.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · aci
Claude Code CLI
claude mcp add aci -- uvx aci
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "aci": {
      "command": "uvx",
      "args": ["aci"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/aipotheosis-labs/aci and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agentsaiai-agentsapideveloper-toolsfunction-callingintegrationllmmcpoauth2open-sourcepermissionstoolsvibeops

What people ask about aci

What is aipotheosis-labs/aci?

+

aipotheosis-labs/aci is mcp servers for the Claude AI ecosystem. 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. It has 4.8k GitHub stars and was last updated 15d ago.

How do I install aci?

+

You can install aci by cloning the repository (https://github.com/aipotheosis-labs/aci) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is aipotheosis-labs/aci safe to use?

+

Our security agent has analyzed aipotheosis-labs/aci and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains aipotheosis-labs/aci?

+

aipotheosis-labs/aci is maintained by aipotheosis-labs. The last recorded GitHub activity is from 15d ago, with 60 open issues.

Are there alternatives to aci?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy aci to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: aipotheosis-labs/aci
[![Featured on ClaudeWave](https://claudewave.com/api/badge/aipotheosis-labs-aci)](https://claudewave.com/repo/aipotheosis-labs-aci)
<a href="https://claudewave.com/repo/aipotheosis-labs-aci"><img src="https://claudewave.com/api/badge/aipotheosis-labs-aci" alt="Featured on ClaudeWave: aipotheosis-labs/aci" width="320" height="64" /></a>

More MCP Servers