We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/puran-water/corrosion-engineering-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Include documentation
include README.md
include LICENSE
# Include all data files
# Note: NRL coefficients consolidated to external/nrl_coefficients/
recursive-include data *.csv *.yaml *.yml
recursive-include external *.csv *.md *.xml
recursive-include databases *.yaml *.yml
# Include type stubs if any
recursive-include . *.pyi
# Exclude test files and caches from distribution
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude .git*
prune tests
prune docs