by MariaDB · MCP Server · ★ 145
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP MariaDB Server The MCP MariaDB Server provides a Model Context Protocol (MCP) interface for managing and querying MariaDB databases, supporting both standard SQL operations and advanced vector/embedding-based search. Designed for use with AI assistants, it enables seamless integration of AI-driven data workflows with relational and vector databases. Table of Contents Overview Core Components Available Tools Embeddings & Vector Store Configuration & Environment Variables Security Considerations Installation & Setup Usage Examples Integration - Claude desktop/Cursor/Windsurf Logging Testing Overview The MCP MariaDB Server exposes a set of tools for interacting with MariaDB databases and vector stores via a standardized protocol. It supports: Listing databases and tables Retrieving table schemas Executing safe, read-only SQL queries Creating and managing vector stores for embedding-based search Integrating with embedding providers (currently OpenAI, Gemini, and HuggingFace) (optional) Core Components server.py: Main MCP server logic and tool definitions. config.py: Loads configuration from environment and files. embeddings.py:
| Stars | 145 |
| Forks | 62 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 67.533031157677/100 |
| Open Issues | 18 |
| Last Updated | 2026-03-09 |
| Created | 2025-05-09 |
| Platforms | mcp, python |
| Est. Tokens | ~13k |
Explore other popular mcp server tools:
mcp is MariaDB MCP (Model Context Protocol) server implementation. It is categorized as a MCP Server with 145 GitHub stars.
mcp is primarily written in Python.
You can find installation instructions and usage details in the mcp GitHub repository at github.com/MariaDB/mcp. The project has 145 stars and 62 forks, indicating an active community.
mcp is released under the MIT license, making it free to use and modify according to the license terms.