MariaDB Reader MCP Server
@moosin76
About MariaDB Reader MCP Server
mcp_server_mariadb_reader
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server_mariadb_reader": {
"command": "node",
"args": [
"<클론된 저장소 경로>/build/index.js"
],
"env": {
"MARIADB_HOST": "",
"MARIADB_PORT": "",
"MARIADB_USER": "",
"MARIADB_PASSWORD": "",
"MARIADB_DATABASE": ""
}
}
}
}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 MariaDB Reader MCP Server?
MariaDB Reader MCP Server is a Model Context Protocol server that allows AI assistants like Cline to explore and interact with MariaDB databases. It provides tools for listing databases, retrieving table schemas, and querying data.
How to use MariaDB Reader MCP Server?
Clone the GitHub repository and configure the MCP client (e.g., VS Code extension) with the server path and environment variables for your MariaDB connection (host, port, user, password, optional default database). The repository includes a pre‑built build/index.js, so no build step is needed unless you modify the source code.
Features of MariaDB Reader MCP Server
- List all accessible databases
- List tables within a specified database
- Get the schema (column definitions) of a specific table
- Query data from a table (default limit 100 rows)
- Configurable query row limit
- Built as a Node.js MCP server; no separate compilation required
Use cases of MariaDB Reader MCP Server
- An AI assistant exploring the structure of a MariaDB database
- Quickly retrieving table schemas for documentation or analysis
- Sampling data from tables without writing SQL queries manually
- Integrating database inspection into MCP‑compatible tools
FAQ from MariaDB Reader MCP Server
—
Basic information
More Databases MCP servers
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB

Lawstronaut
Lawstronaut-FZCOAccess millions of official legal and regulatory source documents from 155+ jurisdictions via MCP. Lawstronaut supports AI agents with structured legal research, legal data, laws, regulations, cases, guidance, official s
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Comments