Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-dbutils
by
donghao1393
Verified
GitHub
Databases
Developer Tools
Python
MIT License
16
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-dbutils
.github
workflows
.github/workflows/code-style.yml
.github/workflows/quality-assurance.yml
.github/workflows/release.yml
name: Code Style on: push: branches: [ main ] pull_request: branches: [ main ] jobs: ruff: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: astral-sh/ruff-action@v3.2.1 with: version: latest