We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aegntic/aegntic-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Elite RAG System - Python Dependencies
# Core RAG Framework
langchain>=0.1.0
langchain-openai>=0.0.5
langchain-community>=0.0.10
openai>=1.0.0
# Vector Databases
qdrant-client>=1.6.0
chromadb>=0.4.0
faiss-cpu>=1.7.0
# Text Processing
tiktoken>=0.5.0
sentence-transformers>=2.2.0
transformers>=4.35.0
# Web Framework
fastapi>=0.104.0
uvicorn>=0.24.0
websockets>=12.0
# File Processing
pypdf2>=3.0.0
python-docx>=1.1.0
python-multipart>=0.0.6
pillow>=10.0.0
# Data Processing
numpy>=1.24.0
pandas>=2.1.0
scikit-learn>=1.3.0
# Graph Processing
networkx>=3.1.0
rdflib>=7.0.0
# Knowledge Graph (Graphiti)
graphiti-core>=0.2.0
neo4j>=5.14.0
py2neo>=2021.2.4
# Database
sqlalchemy>=2.0.0
sqlite3
# Configuration & Utilities
pydantic>=2.4.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
click>=8.1.0
rich>=13.6.0
tqdm>=4.66.0
# File Watching
watchdog>=3.0.0
# Async & Concurrency
asyncio
aiofiles>=23.2.0
concurrent-futures>=3.1.1
# Logging & Monitoring
loguru>=0.7.0
prometheus-client>=0.18.0
# Development & Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.9.0
flake8>=6.1.0
mypy>=1.6.0
# Optional: Advanced NLP
spacy>=3.7.0
nltk>=3.8.0
# Optional: Image Processing
opencv-python>=4.8.0
pytesseract>=0.3.10
# Optional: Audio Processing
librosa>=0.10.0
speechrecognition>=3.10.0
# Optional: Advanced AI
anthropic>=0.7.0
cohere>=4.32.0