We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TomCat2357/MCPgateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual Environment
.venv/
venv/
ENV/
env/
# UV
.uv/
uv.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# MCP specific
*.log
test.db
test.db-*
digest.txt
# JSON files (except examples)
*.json
!*.example.json
!example.mcp.json
# Serena directory
.serena/
# Test files
test*.py
# Configuration files
*.ini
# Hidden files and directories (dotfiles)
.*
!.gitignore