aci-mcp

MCP server(s) for Aipolabs ACI.dev

GitHub Stars

244

User Rating

Not Rated

Favorites

0

Views

38

Forks

37

Issues

7

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Install uv

bash
curl -sSf https://install.pypa.io/get-pip.py | python3 -
pip install uv

2. Run the MCP server

bash
uvx aci-mcp --help

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check the versions of Python and pip, and reinstall dependencies.

Additional Resources