Rbdc Mcp
@rbatis
About Rbdc Mcp
A database server based on Model Context Protocol (MCP), supporting SQLite, MySQL, PostgreSQL, and MSSQL databases.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rbdc-mcp": {
"command": "rbdc-mcp",
"args": [
"--database-url",
"sqlite://./database.db"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Rbdc Mcp?
Rbdc Mcp is a Model Context Protocol server that provides a unified interface to query and modify SQLite, MySQL, PostgreSQL, and MSSQL databases. It is designed for developers using AI assistants like Claude who want to interact with databases through natural language.
How to use Rbdc Mcp?
Install via cargo install --git https://github.com/rbatis/rbdc-mcp.git or build from source. Run the server with a database URL, e.g., rbdc-mcp --database-url "sqlite://./database.db". Configure Claude Desktop by adding the server to claude_desktop_config.json with the appropriate command and arguments.
Key features of Rbdc Mcp
- Supports SQLite, MySQL, PostgreSQL, and MSSQL databases
- SQL query tool (
sql_query) for SELECT statements - SQL execution tool (
sql_exec) for INSERT/UPDATE/DELETE - Database status tool (
db_status) for connection pool info - Zero‑configuration connection management
- Configurable connection pool size and timeout
Use cases of Rbdc Mcp
- Querying users or tables using natural language in Claude
- Adding, updating, or deleting records without writing SQL
- Checking database connection status and pool health
FAQ from Rbdc Mcp
Which databases does Rbdc Mcp support?
SQLite, MySQL, PostgreSQL, and MSSQL. Connection strings are provided for each.
How do I install Rbdc Mcp?
Recommended method: cargo install --git https://github.com/rbatis/rbdc-mcp.git. Alternatively, clone the repository and run cargo build --release.
What MCP tools does the server provide?
sql_query for SELECT queries, sql_exec for INSERT/UPDATE/DELETE, and db_status for checking the connection pool.
What runtime does Rbdc Mcp require?
The server is written in Rust and requires the Rust toolchain (Cargo) to install or build. Pre‑compiled binaries are not provided.
Where does my data reside?
Data stays in your own database. The server connects to a database URL you provide and never stores or transmits your data elsewhere.
Frequently asked questions
Which databases does Rbdc Mcp support?
SQLite, MySQL, PostgreSQL, and MSSQL. Connection strings are provided for each.
How do I install Rbdc Mcp?
Recommended method: `cargo install --git https://github.com/rbatis/rbdc-mcp.git`. Alternatively, clone the repository and run `cargo build --release`.
What MCP tools does the server provide?
`sql_query` for SELECT queries, `sql_exec` for INSERT/UPDATE/DELETE, and `db_status` for checking the connection pool.
What runtime does Rbdc Mcp require?
The server is written in Rust and requires the Rust toolchain (Cargo) to install or build. Pre‑compiled binaries are not provided.
Where does my data reside?
Data stays in your own database. The server connects to a database URL you provide and never stores or transmits your data elsewhere.
Basic information
More Databases MCP servers
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments