Content
# db-connector-helper-mcp MCP Server Documentation
db-connector-helper-mcp is a database query helper application based on the MCP server. This document provides detailed information about the project's main features, installation methods, usage, and more.
## Project Introduction
db-connector-helper-mcp is a database query helper tool based on the MCP server.
It allows for natural language queries to the database through AI.
## Technology Stack
- Python
- FastMCP
- PostgreSQL/MySQL
## Server Configuration
To connect db-connector-helper-mcp to the MCP Claude Desktop Application, the following configuration is required:
0. Run `git clone https://github.com/leegyoungmin/db-connector-helper.git` to clone the project.
1. Modify the `claude_desktop_config.json` file:
```json
{
"mcpServers": {
"db-connector-helper": {
"command": "uv",
"args": [
"run",
"--directory={user project cloned path}/server",
"server.py",
"--transport=stdio"
]
}
}
}
```
2. Launch the MCP Claude Desktop Application.
## Support
If you have any issues or suggestions, please let us know through GitHub Issues.
You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
opik
Opik is a powerful tool for managing and optimizing machine learning experiments.

MCP Toolbox for Databases
MCP Toolbox for Databases is an open-source server simplifying database tool...

sqlglot
SQLGlot is a no-dependency SQL parser and transpiler supporting 30 dialects.