Skip to main content
Data Science ToolsPython

DataEval/dingo

MCP server for the Dingo: a comprehensive data quality evaluation tool. Server Enables interaction with Dingo's rule-based and LLM-based evaluation capabilities and rules&prompts listing.

data-science-toolsofficiallocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/DataEval/dingo

Claude Desktop configuration example:

{
  "mcpServers": {
    "dingo": {
      "command": "npx",
      "args": [
        "-y",
        "DataEval/dingo"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Python
Author
DataEval