db_mcp_server

XuanVictoria/db_mcp_server
★ 0 stars Python 🗄️ Database Updated today
An MCP server.
View on GitHub →

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

README Excerpt

A small end-to-end demo showing how to expose a SQLite database through the **Model Context Protocol** (MCP) and search it with natural language via a Streamlit UI driven by **Claude**. ``` ┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐ │ search_info_app │ ──▶ │ Anthropic API │ ──▶ │ MCP server │ ──▶ │ SQLite database │

Tools (7)

customersget_customer_profileget_order_statusget_product_infoorder_detailsordersproducts