kedro

GitHub

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.

kedro MCP Server

MCP server for kedro-org/kedro

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "kedro": {
      "command": "npx",
      "args": [
        "-y",
        "@kedro-org/kedro"
      ]
    }
  }
}