Back to MCP Servers
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-toolsgollm
By DataEval
Installation
npx -y dingoConfiguration
{
"mcpServers": {
"dingo": {
"command": "npx",
"args": ["-y", "dingo"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes