We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[pytest]
testpaths = tests
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
addopts =
--tb=short
--strict-markers
--cov=src/mcp_skills
--cov-report=term-missing
--cov-report=html
--cov-fail-under=85
markers =
unit: Unit tests
integration: Integration tests
e2e: End-to-end tests