mcp-server-bridge

nandeshkanagaraju/mcp-server-bridge
★ 3 stars Python Code/Dev Tools Updated today
This is a pure MCP-based database access platform that provides secure SQL execution and schema introspection via the Model Context Protocol (MCP) using HTTP+SSE transport. The server acts as a data access layer while clients handle NLP-to-SQL conversion using LLMs.
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": {
    "mcp-server-bridge": {
      "command": "uvx",
      "args": [
        "mcp-server-bridge"
      ]
    }
  }
}

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