Skip to main content

MCP server with Kedro prompts and tools (local stdio, zero-install via uvx).

Project description

Kedro MCP Server

An MCP (Model Context Protocol) server that helps AI assistants work consistently with Kedro projects.
It ships a tiny prompt and two read-only tools that return concise, versioned guidance for general Kedro usage and for converting a Jupyter notebook into a production-ready Kedro project.


⚡ Quick Install

Once installed, your AI assistant automatically gains access to Kedro-specific MCP tools.


🛠️ Examples of Usage

After installing, open Copilot Chat (VS Code) or the Chat panel (Cursor).
Type / to see available MCP prompts.

Example 1 — Notebook → Kedro Project

/mcp.Kedro.convert_notebook

Your assistant will propose a step-by-step plan to convert a Jupyter Notebook into a production-ready Kedro project:

  • Create a project scaffold with kedro new
  • Define pipelines with kedro pipeline create
  • Populate parameters.yml and catalog.yml

Example 2 — Kedro Migration

/mcp.Kedro.project_migration

The assistant will return fresh guidance on working with recent Kedro releases, including migration tips from older versions (e.g., 0.19 → 1.0).


Example 3 — General Kedro questions

Please use Kedro MCP server to generate me some cool Kedro project that solves a fictional data science task.

You can ask your AI assistant open-ended Kedro questions.
The Kedro MCP server provides scaffolding instructions and conventions so the assistant generates realistic Kedro pipelines and structures — even for hypothetical projects.


🛠️ Manual Install (from source)

For development or debugging:

git clone https://github.com/kedro-org/kedro-mcp.git
cd kedro-mcp
uv pip install -e . --group dev

Config (local path):

{
  "mcpServers": {
    "kedro": {
      "command": "uv",
      "args": ["tool", "run", "--from", ".", "kedro-mcp"],
      "env": { "FASTMCP_LOG_LEVEL": "ERROR" }
    }
  }
}

Development

# Install dev deps
uv pip install -e . --group dev

# Lint & type-check
ruff check .
mypy src/

Troubleshooting

  • Server not starting: ensure Python 3.10+ and uv are installed; confirm the MCP config points to uvx kedro-mcp@latest or to the kedro-mcp console script.
  • Tools don’t appear: restart the assistant; verify the MCP config key matches "kedro" and the client supports stdio servers.
  • Version drift: pin a version instead of @latest.

License

This project is licensed under the Apache Software License 2.0. See LICENSE.txt for details.


Support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dimed_mcp-0.1.3.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dimed_mcp-0.1.3-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file dimed_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: dimed_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.13

File hashes

Hashes for dimed_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 44bda0d4280b867eb56c34df5ae46fa00ef20e45c09b093e1d9cdc135d3bc3de
MD5 ad9cbb3e4b590d5530412cd5c9d54473
BLAKE2b-256 b5f04d63403a078bfa1b3b755dce016bbddddb6f25ee641344629eb5f3c67d17

See more details on using hashes here.

File details

Details for the file dimed_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dimed_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.13

File hashes

Hashes for dimed_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e78cbef55170adf9ae30adef737c279b2f39c921b9963b621ea25b6d8b764ee4
MD5 5b7f659eb9a1feb25baa8a55d5b73cf2
BLAKE2b-256 6cc53f4a01e6a505252f920aa4bca4e57c49bb8baa19dd84cb6738bf11890924

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page