metadata
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
- Fork this Space
- Go to Settings > Repository Secrets
- Add the following secrets:
OPENAI_API_KEY: Your OpenAI API keyDOLIBARR_API_KEY: Your Dolibarr API key
Running Locally
To run locally:
- Clone this repository
- Create a
.envfile with:OPENAI_API_KEY=your_openai_key DOLIBARR_API_KEY=your_dolibarr_key - Install dependencies:
pip install -r requirements.txt - Run the app:
python doli4.py