MariaDB
Provides a Model Context Protocol server for MariaDB database operations, enabling interaction with Claude Code and other MCP clients.
소개
The MariaDB MCP server offers a seamless way to interact with your MariaDB databases through a Model Context Protocol (MCP) client like Claude Code. It provides essential database management tools, allowing users to list databases and tables, retrieve detailed table schemas, and execute read-only SQL queries. Designed with security in mind, it strictly prevents data modification while ensuring comprehensive logging and efficient connection management, making it an ideal companion for database exploration, analysis, and integration with AI-powered development environments.
주요 기능
- List all accessible databases and tables
- Reload configuration without restarting the server
- 1 GitHub stars
- Enforces security with read-only operations and comprehensive logging
- Retrieve detailed table schema and statistics
- Execute read-only SQL queries (SELECT, SHOW, DESCRIBE, EXPLAIN)
사용 사례
- Exploring database structures and schemas for development or analysis
- Executing diagnostic or reporting SQL queries safely
- Interacting with MariaDB databases via Claude Code or other MCP clients