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.
Quick Start
Clone the repository:
git clone https://github.com/DataEval/dingoClaude Desktop configuration example:
{
"mcpServers": {
"dingo": {
"command": "npx",
"args": [
"-y",
"DataEval/dingo"
]
}
}
}Check the repository README for specific installation and configuration instructions.