We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilvolodel/iris-legacy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# IRIS - Python Dependencies
# Core Framework
fastapi>=0.104.1
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
sse-starlette>=1.8.2
# Database
sqlalchemy>=2.0.23
alembic>=1.13.1
psycopg2-binary>=2.9.9
# Redis (conversation storage and caching)
redis>=5.0.1
aioredis>=2.0.1
# MCP (Model Context Protocol)
mcp>=1.0.0
# LLM Integration
openai>=1.3.7
anthropic>=0.7.7
tiktoken>=0.11.0
jinja2>=3.1.0
litellm>=1.77.5 # Token pricing and cost calculation
tavily-python>=0.3.0 # Web search integration
# LangChain & LangGraph (for Trusty Sign Agent)
langchain-core>=0.1.0
langchain-anthropic>=0.1.0
langgraph>=0.0.20
# Microsoft Graph API
msal>=1.25.0
requests>=2.31.0
# Google APIs (for later)
# google-api-python-client>=2.108.0
# google-auth-httplib2>=0.1.1
# google-auth-oauthlib>=1.1.0
# Telegram Bot
python-telegram-bot>=20.7
# Document Processing
PyPDF2>=3.0.1
pdfplumber>=0.10.3
python-pptx>=0.6.21
chardet>=5.2.0
markitdown>=0.0.1a2 # Convert any file to markdown (PDF, DOCX, images, etc.)
# Apple Calendar (CalDAV) (for later)
# caldav>=1.3.9
# Authentication & Security
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6
# Background Tasks & Scheduling (for later)
# celery>=5.3.4
# apscheduler>=3.10.4
# Utilities
python-dotenv>=1.0.0
httpx>=0.25.2
aiofiles>=23.2.1
python-dateutil>=2.8.2
pytz>=2023.3
# Logging & Monitoring
structlog>=23.2.0
sentry-sdk[fastapi]>=1.38.0
# Development & Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
black==23.11.0
isort==5.12.0
flake8==6.1.0
mypy==1.7.1
# Documentation
mkdocs==1.5.3
mkdocs-material==9.4.8
aiohttp>=3.10