MCP Server (Multi-Model + RAG + LLM Platform)
Kurulum Rehberi
Gereksinimler
- Python 3.9+
- Node.js 16+ (frontend için)
- Tesseract (OCR desteği için)
- (Linux/Mac:
sudo apt install tesseract-ocrveyabrew install tesseract) - pip veya poetry (isteğe bağlı)
1. Backend Kurulumu
a) Sanal Ortam Oluştur
python -m venv venv
source venv/bin/activate
b) Bağımlılıkları Yükle
pip install -r requirements.txt
# veya
poetry install
c) Ortam Değişkenleri
.env dosyasını oluştur:
cp .env.example .env
Gerekirse OPENAI_API_KEY ve diğer alanları doldur.
d) Veritabanını Başlat
python -c "from src.models.database import init_db; init_db()"
e) Sunucuyu Çalıştır
uvicorn src.main:app --reload
- Uygulama arayüzü: http://localhost:8000/docs
2. Frontend (Web) Kurulumu
cd web
npm install
npm start
- Arayüz: http://localhost:3000
3. Notlar
- PDF/OCR için Tesseract kurulmalı.
- LLM entegrasyonu için
OPENAI_API_KEYveya HuggingFace modeli indirecek internet bağlantısı gereklidir. - Vektör veritabanı ve LLM eklemek için ilgili Python dosyalarından kolayca genişletebilirsiniz.
Multi-Model RAG and LLM Platform
by Teeksss
223
Project Details
- Teeksss/mcp
- Last Updated: 4/28/2025
Recomended MCP Servers
🧩
Mindmap MCP Server
mindmap, mcp server, artifact
🧩
TapData Server
This is an MCP-Server adapter provided by TapData for use with LLM's
mcp-undetected-chromedriver
undetected-chromedriver server.
🧩
Reasoner
Airtable MCP Server by CData
This read-only MCP Server allows you to connect to Airtable data from Claude Desktop through CData JDBC Drivers....
🧩
Telegram MCP Server
An MCP for telegram to integrate with Claude desktop.
DaVinci Resolve MCP Server
MCP server integration for DaVinci Resolve
Docker Server
Stata-MCP
Let LLM help you achieve your regression with Stata.
YaraFlux MCP Server
A yara based MCP Server
🧩
ElevenLabs MCP Server
DuckDuckGo Search





