We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tekkidev/mcpstat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•500 B
# mcpstat - Usage tracking and analytics for MCP servers.
# https://github.com/tekkidev/mcpstat
#
# Copyright (c) 2026 Vadim Bakhrenkov
# SPDX-License-Identifier: MIT
# Ensure all text files have LF line endings on checkout
*.txt text eol=lf
# Ensure all script files have CRLF line endings on Windows and LF on Linux/Mac
*.sh text eol=lf
*.bat text eol=crlf
# Treat all jpg and png files as binary
*.jpg binary
*.png binary
# Use the union merge strategy for changelogs
CHANGELOG.md merge=union