services:
# not an actual service, just a helper to clean up the workspace
# useful because docker linux creates files with root permissions
clean:
image: alpine
command:
- /bin/sh
- -c
- |
rm -fr /e2e/.cache
rm -fr /e2e/*.tgz
find /e2e -name "LOGS*.txt" -type f -exec rm -fr {} +
volumes:
- ../:/e2e
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prisma/prisma'
If you have feedback or need assistance with the MCP directory API, please join our Discord server