mcp-database-bridge

buvaneswaraneb/mcp-database-bridge
★ 0 stars Python AI/LLM Updated 5d ago
A lightweight MCP server bridging Claude Desktop and local databases. Enables AI-driven data analysis without risking destructive operations.
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": {
    "mcp-database-bridge": {
      "command": "uvx",
      "args": [
        "mcp-database-bridge"
      ]
    }
  }
}

Or install with pip: pip install mcp-database-bridge

README Excerpt

<div align="center"> <img src="img/logo.png" alt="Anthropic/Claude Logo" width="200" /> <h1>🔗 MCP Database Bridge</h1> <p><b>A secure, read-only Model Context Protocol (MCP) server that empowers Claude Desktop and other AI agents to safely query and inspect local SQLite databases.</b></p> <p> <img src="https://img.shields.io/badge/Python-3.11+-blue.svg?style=for-the-badge&logo=python&logoColor=white" alt="Python" />