From 72013de9e6c46460475940e0c30da6b3de72e416 Mon Sep 17 00:00:00 2001 From: abhishekbhakat Date: Fri, 14 Feb 2025 15:10:53 +0000 Subject: [PATCH] Claude setup instruction --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 3909fe4..942c63f 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,25 @@ A Model Context Protocol server for controlling Airflow via Airflow APIs. ## Demo Video https://github.com/user-attachments/assets/f3e60fff-8680-4dd9-b08e-fa7db655a705 + +## Setup + +### Usage with Claude Desktop + +```json +{ + "mcpServers": { + "airflow-mcp-server": { + "command": "uvx", + "args": [ + "airflow-mcp-server" + ], + "env": { + "OPENAPI_SPEC": "", + "AIRFLOW_BASE_URL": "http:///api/v1", + "AUTH_TOKEN": "" + } + } + } +} +```