We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keides2/coverity-connect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=1.0.0
fastmcp>=0.1.0
# SOAP API for Coverity Connect
suds-community>=1.1.2
# HTTP requests and data handling
requests>=2.31.0
aiohttp>=3.8.0
pandas>=1.5.0
# Configuration and utilities
pydantic>=2.0.0
aiofiles>=23.0.0
python-dotenv>=1.0.0
click>=8.0.0
rich>=13.0.0
PyYAML>=6.0.0
# Development dependencies (optional)
# Install with: pip install -e ".[dev]"
# pytest>=7.0.0
# pytest-asyncio>=0.21.0
# pytest-cov>=4.0.0
# black>=23.0.0
# isort>=5.12.0
# flake8>=6.0.0
# mypy>=1.5.0
# pre-commit>=3.0.0