mcpserver

sumarditjhai-sys/mcpserver
★ 1 stars Python 🗄️ Database Updated 1mo ago
A Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to directly query and analyze a PostgreSQL sales database through natural language conversations.
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": {
    "mcpserver": {
      "command": "uvx",
      "args": [
        "mcpserver"
      ]
    }
  }
}

Or install with pip: pip install mcpserver