We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ajey95/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python bytecode
__pycache__/
*.py[cod]
*.pyo
# Virtual environment
.venv/
# Environment variables
.env
# Python version file
.python-version
# Lock files
uv.lock
# VSCode/IDE settings (optional, but useful)
.vscode/
.idea/
# OS metadata
.DS_Store
Thumbs.db