We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GittyBurstein/mermaid-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Tests
## Install
```bash
python -m pip install -U pytest pytest-asyncio httpx
```
## Run
From your project root:
```bash
pytest
```
Notes:
- These tests assume your package layout matches your imports (clients/, core/, sources/, tools/).
- Network calls are mocked using httpx.MockTransport.