Business-Pipeline-Tracker-MCP-Server-Text-to-SQL-

deborahhuangsti-dotcom/Business-Pipeline-Tracker-MCP-Server-Text-to-SQL-
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
An MCP-compliant server that empowers LLMs to interact with SQL databases using natural language. It enables AI agents to retrieve detailed project information and track business pipelines seamlessly through the Model Context Protocol, featuring dynamic query generation and secure data access.
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": {
    "business-pipeline-tr": {
      "command": "uvx",
      "args": [
        "business-pipeline-tracker-mcp-server-text-to-sql-"
      ]
    }
  }
}

Or install with pip: pip install business-pipeline-tracker-mcp-server-text-to-sql-