Skip to main content
Glama

Universal SQL MCP Server

by Wunrry
.dockerignore986 B
# Git .git .gitignore .gitattributes # Docker Dockerfile* .dockerignore docker-compose*.yml # Documentation README.md docs/ *.md # IDE and editors .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Desktop.ini # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv/ venv/ ENV/ env/ env.bak/ venv.bak/ # Testing .coverage .pytest_cache/ .tox/ .nox/ htmlcov/ .hypothesis/ cover/ # Logs *.log logs/ log/ # Temporary files *.tmp *.temp *.bak *.backup *.old *.orig temp/ tmp/ # Cache .cache/ cache/ .npm/ .yarn/ # Environment files (keep .env.example) .env.local .env.development .env.test .env.production .env.staging # Database files *.db *.sqlite *.sqlite3 # Backup files *~ *.bak *.backup # Runtime data pids *.pid *.seed *.pid.lock

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wunrry/Universal-SQL-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server