db-mcp-server

mustafakemalgordesli/db-mcp-server
★ 0 stars Python AI/LLM Updated 1mo ago
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 → 🔍 Audit Wallet Slippage →

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