db-mcp

db-mcp

3.1

If you are the rightful owner of db-mcp 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.

The Database MCP Server is a custom-made MYSQL MCP Server designed to perform database operations using Claude.

Database MCP Server

Contains a custom made MYSQL MCP Server for doing database operations using Claude

Just Add the following configuration in Claude

{
    "mcpServers": {
        "db-mcp": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/db-mcp",
                "run",
                "main.py"
            ]
        }
    }
}