doris-mcp-server

Apache Doris MCP Server

GitHub Stars

192

User Rating

Not Rated

Favorites

0

Views

24

Forks

51

Issues

10

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
FastAPI: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/apache/doris-mcp-server.git
cd doris-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
uvicorn main:app --host 0.0.0.0 --port 8000

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Database connection error Solution: Verify database settings.