mcp-sql
3
This project is an MCP server designed to facilitate client access to SQL databases, specifically supporting MySQL and PostgreSQL. It is intended to be integrated within an MCP configuration to perform database access operations.
mcp-sql
MCP server to give client the ability to access SQL databases (MySQL and PostgreSQL supported)
Usage
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-sql",
"run",
"python",
"main.py"
]
}
}
}