RBDC Database
Provides SQL database access through the RBDC framework, supporting SQLite, MySQL, PostgreSQL, and MSSQL with connection pooling f
This RBDC MCP server by the rbdc team provides SQL database access through the RBDC (Rust Database Connectivity) framework, supporting SQLite, MySQL, PostgreSQL, and MSSQL databases with connection pooling and parameterized queries. The implementation offers three core tools: sql_query for SELECT operations, sql_exec for INSERT/UPDATE/DELETE operations, and db_status for connection pool monitoring, with automatic parameter conversion between JSON and RBDC value types. Built for developers who need reliable database access in AI workflows, it leverages RBDC's connection pooling and multi-database support to enable efficient SQL operations across different database systems with proper error handling and connection management.
Source
Repository: https://github.com/rbatis/rbdc-mcp
Maintain RBDC Database?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[RBDC Database on getagentictools](https://getagentictools.com/mcp/rbatis-rbdc-mcp?ref=badge)