MCP ConfigsMay 14, 2026·2 min read

SmartDB_MCP — Universal Database MCP Gateway

Universal database MCP gateway (MySQL/Postgres/Oracle/SQL Server) with role-based SQL permissions + health checks; verified 79★, pushed 2025-09-14.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 087455c7-adbc-56c8-8156-f035cb58b33b --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

Universal database MCP gateway (MySQL/Postgres/Oracle/SQL Server) with role-based SQL permissions + health checks; verified 79★, pushed 2025-09-14.

Best for: Teams who want a single MCP gateway for multiple databases with explicit role permissions (readonly/writer/admin)

Works with: Multiple DBs (README list includes MySQL/PostgreSQL/Oracle/SQL Server) and MCP clients (stdio/sse/streamableHTTP)

Setup time: 20-40 minutes

Key facts (verified)

  • GitHub: 79 stars · 18 forks · pushed 2025-09-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: pip install SmartDB-MCP.

Main

  • Start with a readonly role: README’s permission examples list SELECT/SHOW/DESCRIBE/EXPLAIN as the safe baseline for agent DB access.

  • Promote to writer/admin only for scoped tasks: keep agent workflows narrow and require human approval for schema changes.

  • Use it as a gateway, not a superuser: store DB creds in an envfile and mount config as read-only where possible.

  • Pair it with query review: use EXPLAIN + index/health tools (as listed in README tool list) before running heavy statements.

Source-backed notes

  • README lists supported databases and includes a tool list (execute_sql, health checks, schema/index tools, SQL optimize, etc.).
  • README shows pip install: pip install SmartDB-MCP and a start command example using smartdb --envfile=... --oauth=true.
  • README shows role permission control examples for readonly/writer/admin SQL command sets.

FAQ

  • Can I force read-only access?: Yes — README includes a readonly permission set limited to SELECT/SHOW/DESCRIBE/EXPLAIN.
  • Which transport modes are supported?: README mentions stdio, sse, and streamableHTTP modes.
  • How do I deploy quickly?: README provides docker-compose steps (up/ps/logs) and a manual docker build/run example.
🙏

Source & Thanks

Source: https://github.com/wenb1n-dev/smartdb_mcp > License: MIT > GitHub stars: 79 · forks: 18

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets