mcp-sql
If you are the rightful owner of mcp-sql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP-SQL is a Model Context Protocol server that enables clients to access SQL databases, specifically supporting MySQL and PostgreSQL.
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"
]
}
}
}