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.5.tar.gz (24.7 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.5-py3-none-any.whl (25.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dimed_mcp-0.1.5.tar.gz
  • Upload date:
  • Size: 24.7 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.5.tar.gz
Algorithm Hash digest
SHA256 74c75eb949f8c042074a032ce62e8f0658e06dca6eb5fb0b3e0c06a76fc37711
MD5 3dddbc73ca14c012277f3829a73a5431
BLAKE2b-256 3fd36088cfeb9f95f41f26ed8892f893baced4aa0c543099028bebcdabd546f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dimed_mcp-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 25.1 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 73d484dba63573dd3b2481e1ee2459efbd9865088af7fced85d6255380806dc4
MD5 e3dc32d2d963218759fde28a52410438
BLAKE2b-256 21d0d91c474a7435dafb2bf4c3575f98826309c2b6533d8b0a7f411758ccd04e

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