db-mcp-server

mustafakemalgordesli/db-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
A universal Model Context Protocol (MCP) server for databases. It allows LLMs (like Claude in Cursor or Claude Desktop) to connect to your databases, explore the schema, analyze column statistics, and safely run `SELECT` queries.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "db-mcp-server": {
      "command": "uvx",
      "args": [
        "db-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install db-mcp-server