MariaDB Reader MCP Server
@moosin76
MariaDB Reader MCP Server について
mcp_server_mariadb_reader
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp_server_mariadb_reader": {
"command": "node",
"args": [
"<클론된 저장소 경로>/build/index.js"
],
"env": {
"MARIADB_HOST": "",
"MARIADB_PORT": "",
"MARIADB_USER": "",
"MARIADB_PASSWORD": "",
"MARIADB_DATABASE": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
—
「データベース」の他のコンテンツ
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
コメント