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

Installation

npx -y dingo

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub