Back to Apps

RBDC MCP Server
by rbatis
Unified database server supporting SQLite, MySQL, PostgreSQL, MSSQL, DuckDB, and Turso via natural language queries.
24 stars
Updated 1 month ago
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to a wide variety of SQL databases, allowing for data querying and modification using natural language without requiring the user to write manual SQL.
Tools
sql_query: Execute single read-only SQL queries safely.sql_exec: Execute INSERT, UPDATE, or DELETE operations (disabled in read-only mode).db_status: Check the current connection pool status.
Installation
Install via Cargo:
cargo install --git https://github.com/rbatis/rbdc-mcp.git
Claude Desktop configuration:
{
"mcpServers": {
"rbdc-mcp": {
"command": "rbdc-mcp",
"args": ["--database-url", "sqlite://./database.db"]
}
}
}
Supported hosts
- claude
Quick install
cargo install --git https://github.com/rbatis/rbdc-mcp.gitInformation
- Pricing
- free
- Published
- 6/6/2026
- Updated
- 1 month ago
- stars
- 24
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"rbdc-mcp": {
"command": "rbdc-mcp",
"args": ["--database-url", "sqlite://./database.db"]
}
}
}





