We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/remotebrowser/mcp-getgather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pytest.ini•439 B
[pytest]
testpaths = tests
python_files = test_*.py
python_functions = test_*
norecursedirs = .* venv node_modules
pythonpath = .
asyncio_default_fixture_loop_scope = function
addopts = -v --cov=getgather --cov-report=term-missing
markers =
api: Tests that require a running API server, and sometimes an API key.
webui: Tests for the web UI.
mcp: Tests for the MCP server.
distill: Tests for the distillation functionality.