We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbwinslow/opendiscourse_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# OpenDiscourse MCP - Python Dependencies
# Core dependencies for MCP server functionality
psycopg2-binary==2.9.9
sqlalchemy==2.0.23
python-dotenv==1.0.0
requests==2.31.0
xmltodict==0.13.0
# GovInfo Ingestion System
# Pinned for Python 3.10 compatibility
aiohttp==3.9.5
aiofiles==23.2.1
tqdm==4.66.5
lxml==5.2.2
xmlschema==3.3.1
# Development dependencies
pytest==7.4.4
pytest-asyncio==0.23.8
pytest-cov==4.1.0
black==24.8.0
flake8==7.1.1
mypy==1.10.0
aioresponses==0.7.6
# Optional dependencies for enhanced functionality
redis==5.0.1
celery==5.3.6
fastapi==0.110.0
uvicorn==0.27.1
# Modern Python packaging
build==0.10.0
twine==4.0.2
wheel==0.42.0
setuptools==69.0.3
# Bitwarden CLI integration
click==8.1.7
cryptography==41.0.7
pydantic==2.5.3
beautifulsoup4==4.12.3