# Great Expectations Data Quality Server

Expose Great Expectations data-quality checks as callable tools for LLM agents. Load datasets, define validation rules, and run data quality checks programmatically to integrate robust data validatio…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add davidf9999/gx-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list davidf9999/gx-mcp-server
```

---

Source: https://github.com/davidf9999/gx-mcp-server | License: MIT
