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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Pip|Docker
Trust
Trust: Established
Entrypoint
pip install SmartDB-MCP
Universal CLI install command
npx tokrepo install 087455c7-adbc-56c8-8156-f035cb58b33b
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