We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wolfdancer/rockfish-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements-dev.txt•218 B
# Development and testing dependencies
# Install with: pip install -r requirements-dev.txt
# Test framework
pytest==8.3.4
pytest-asyncio==0.24.0
pytest-html==4.1.1
# YAML parsing for test configuration
PyYAML==6.0.2