GitHub Stars
192
User Rating
Not Rated
Favorites
0
Views
24
Forks
51
Issues
10
Installation
Difficulty
IntermediateEstimated 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.Additional Resources
Author Information
18,875
Followers
2,802
Repositories
0
Gists
0
Total Contributions
Related MCPs
gomoku-ai-battle
1
gomoku-ai-battle is a Python program that implements a Gomoku game where players can compete against an AI. It promotes strategic thinking through player vs. AI matches and allows users to experience the learning capabilities of AI. The program uses algorithms based on the rules of the game, enabling players to challenge themselves at different difficulty levels.