We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RichardHan/mssql_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Virtual Environment
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
# Logs
*.log
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo