Skip to main content
Glama

MCP Server

by Teeksss

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-ocr veya brew 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

2. Frontend (Web) Kurulumu

cd web npm install npm start

3. Notlar

  • PDF/OCR için Tesseract kurulmalı.
  • LLM entegrasyonu için OPENAI_API_KEY veya HuggingFace modeli indirecek internet bağlantısı gereklidir.
  • Vektör veritabanı ve LLM eklemek için ilgili Python dosyalarından kolayca genişletebilirsiniz.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A multi-model platform that integrates RAG (Retrieval-Augmented Generation) with LLMs, supporting OCR via Tesseract and offering both backend API and frontend web interface.

  1. Kurulum Rehberi
    1. Gereksinimler
  2. Backend Kurulumu
    1. a) Sanal Ortam Oluştur
    2. b) Bağımlılıkları Yükle
    3. c) Ortam Değişkenleri
    4. d) Veritabanını Başlat
    5. e) Sunucuyu Çalıştır
  3. Frontend (Web) Kurulumu
    1. Notlar

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        OCR images or pdfs, locally or by URLs by using Mistral OCR API (paid)
        Last updated -
        10
        Python
        • Linux
      • -
        security
        F
        license
        -
        quality
        Enables users to generate parametric 3D models from text descriptions or images using multi-view reconstruction and OpenSCAD, with support for AI image generation and remote processing.
        Last updated -
        6
        Python
      • A
        security
        A
        license
        A
        quality
        An open-source platform for Retrieval-Augmented Generation (RAG). Upload documents and query them ⚡
        Last updated -
        1
        41
        5
        JavaScript
        MIT License
      • -
        security
        -
        license
        -
        quality
        A Retrieval-Augmented Generation server that enables semantic PDF search with OCR capabilities, allowing users to query document content through any MCP client and receive intelligent answers.
        Last updated -
        1
        Python
        Apache 2.0

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teeksss/mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server