We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traia-IO/test-serper-mcp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Documentation
README.md
docs/
# Tests
tests/
pytest_cache/
.coverage
# OS
.DS_Store
Thumbs.db
# Temporary files
*.log
*.tmp
.cache/
# uv
uv.lock
# Docker
Dockerfile
docker-compose.yml
.dockerignore