--- title: Dolibarr ERP MCP server emoji: 🌖 colorFrom: indigo colorTo: yellow sdk: gradio sdk_version: 5.33.0 app_file: app.py pinned: false short_description: 'MCP-based AI agent for Dolibarr ERP ' tags: - agent-demo-track - mcp-server-track --- # AI-Powered Dolibarr ERP Assistant This is an AI-powered assistant for Dolibarr ERP system. ## Setup 1. Fork this Space 2. Go to Settings > Repository Secrets 3. Add the following secrets: - `OPENAI_API_KEY`: Your OpenAI API key - `DOLIBARR_API_KEY`: Your Dolibarr API key ## Running Locally To run locally: 1. Clone this repository 2. Create a `.env` file with: ``` OPENAI_API_KEY=your_openai_key DOLIBARR_API_KEY=your_dolibarr_key ``` 3. Install dependencies: `pip install -r requirements.txt` 4. Run the app: `python doli4.py`