We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanlulong/stata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•519 B
# Mark all files as documentation to hide language statistics on GitHub
* linguist-documentation=true
*.vsix binary
# Exclude specific folders from language statistics
.github/* linguist-vendored
# Exclude documentation from language statistics
docs/* linguist-documentation
archive/* linguist-documentation
# Mark configuration files
*.json linguist-language=JSON
*.md linguist-documentation
webpack.config.js linguist-language=JavaScript
# Ensure Python files are properly detected
*.py linguist-language=Python