MCP Server
Utilizes environment variables through .env files for configuration settings like API keys and connection parameters.
Provides compatibility with Linux systems, supporting installation of dependencies like Tesseract for OCR functionality.
Supports Node.js for frontend functionality, enabling web-based interface to interact with the multi-model platform.
Uses npm for frontend package management and running the web interface components.
Integrates with OpenAI's API for LLM capabilities, using API keys to access models for text generation and processing.
Offers optional support for Poetry dependency management for Python packages, simplifying installation and environment management.
Built on Python with support for creating virtual environments and managing dependencies for the backend system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Serverextract text from this scanned document and summarize it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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ı)
Related MCP server: Agentset
1. Backend Kurulumu
a) Sanal Ortam Oluştur
python -m venv venv
source venv/bin/activateb) Bağımlılıkları Yükle
pip install -r requirements.txt
# veya
poetry installc) Ortam Değişkenleri
.env dosyasını oluştur:
cp .env.example .envGerekirse 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 --reloadUygulama arayüzü: http://localhost:8000/docs
2. Frontend (Web) Kurulumu
cd web
npm install
npm startArayü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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA multi-functional computing platform server designed to integrate with large language models like Qwen, providing file access, database connections, API integration, and vector database functionality.3

Agentsetofficial
AlicenseAqualityCmaintenanceAn open-source platform for Retrieval-Augmented Generation (RAG). Upload documents and query them ⚡13130MIT- AlicenseNot gradedqualityDmaintenanceA local RAG server that enables document indexing and sentence window retrieval across multiple file formats like PDF, MD, and DOCX. It supports both local Hugging Face models and OpenAI embeddings for efficient context-aware querying through the Model Context Protocol.GPL 3.0
- AlicenseNot gradedqualityAmaintenanceA Docker-based local RAG backend that provides advanced document search capabilities using vector, graph, and full-text retrieval via the Model Context Protocol. It supports over 28 file formats and tracks evolving relationships between concepts using a Neo4j-backed graphiti implementation.1MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Governed, auditable knowledge your team curates for its AI assistants, self-hostable
Vector RAG store for Word/Excel/PDF/PowerPoint. Break-even pricing, $5 per 5,700 pages.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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