data science tools

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.

python
local
macos
windows
linux
enterprise
data science tools
0
View on GitHub

Installation

npx -y DataEval/dingo

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/DataEval/dingo

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub