We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xbuz3R/EMBA-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python temporary files
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# EMBA specific & Scan results
# It is better to keep your personal scan data and output files local
out.txt
*.json
!example_registry.json # Keep this if you want to provide a template
# Virtual Environments
venv/
.venv/
env/
# OS specific
.DS_Store
Thumbs.db