MCP_server

HumanTechCollective/MCP_server
★ 5 stars Python 🗄️ Database Updated 1d ago
A basic MCP server with a SQL database
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": {
    "mcp_server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server