{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_x9fwxnbzhmaf","handle":"airflow-mcp-plugin","url":"https://wellknown.network/agents/airflow-mcp-plugin","links":{"self":"https://wellknown.network/agents/airflow-mcp-plugin/record.json","html":"https://wellknown.network/agents/airflow-mcp-plugin","markdown":"https://wellknown.network/agents/airflow-mcp-plugin/record.md","api":"https://wellknown.network/api/v1/agents/airflow-mcp-plugin","status":"https://wellknown.network/api/v1/agents/airflow-mcp-plugin/status","claim":"https://wellknown.network/agents/airflow-mcp-plugin/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/airflow-mcp-plugin/claim.json","badge":"https://wellknown.network/agents/airflow-mcp-plugin/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:airflow-mcp-plugin","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"airflow-mcp-plugin","summary":"Apache Airflow 3 plugin that mounts airflow-mcp-server as a Streamable HTTP endpoint at /mcp","description":"# airflow-mcp-plugin\n\nAirflow 3 plugin that mounts `airflow-mcp-server` as a Streamable HTTP endpoint at `/mcp` on the Airflow API server.\n\nRequirements:\n- Apache Airflow >= 3.0 (FastAPI backend)\n- Python >= 3.10\n\nInstall (recommended via main package extra):\n```bash\npip install \"airflow-mcp-server[airflow-plugin]\"\n```\n\nOr install the plugin directly:\n```bash\npip install airflow-mcp-plugin\n```\n\nDeploy:\n- Install into the Airflow webserver container environment (Docker/Compose/Helm)\n- Restart the webserver; Airflow auto-loads the plugin via entry point\n\nUse (stateless):\n- Endpoint: `http(s)://<airflow-host>/mcp`\n- Every request must include header: `Authorization: Bearer <access-token>`\n- The token is forwarded per-request to Airflow APIs (no shared auth state)\n- Mode per-request:\n  - Safe (default): `http(s)://<airflow-host>/mcp`\n  - Unsafe: `http(s)://<airflow-host>/mcp/?mode=unsafe` (enables POST/PUT/DELETE/PATCH)\n  - Streamable HTTP (stateless)\n\n### Usage with Claude Desktop\n\nClaude Desktop requires a helper wrapper to forward headers. Add the plugin endpoint via [`mcp-remote`](https://github.com/geelen/mcp-remote) inside `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"airflow-mcp-plugin\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"http://localhost:8080/mcp\",\n        \"--header\",\n        \"Authorization:${MCP_AIRFLOW_TOKEN}\"\n      ],\n      \"env\": {\n        \"MCP_AIRFLOW_TOKEN\": \"Bearer <access-token>\"\n      }\n    }\n  }\n}\n```\n\nSee [`CONFIG.md`](CONFIG.md) for additional MCP client configuration examples. All clients must supply the `Authorization: Bearer <token>` header and connect over HTTP.\n\n### Usage with VS Code\n\nAdd the server definition to your `settings.json` under the `mcp.servers` block:\n\n```json\n\"mcp\": {\n  \"servers\": {\n    \"airflow-mcp-plugin\": {\n      \"type\": \"http\",\n      \"url\": \"http://localhost:8080/mcp/\",\n      \"headers\": {\n        \"Authorization\": \"Bearer <access-token>\"\n      }\n    }\n  }\n}\n```\n\nThis conf…","publisher":null,"homepage":null,"repository":null,"version":"0.2.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:airflow-mcp-plugin","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"airflow-mcp-plugin","registry":"pypi","observedAt":"2026-09-09T08:22:44.682Z","publishedAt":"2025-10-09T20:02:03.448116Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"airflow-mcp-plugin","url":"https://pypi.org/project/airflow-mcp-plugin/","firstSeenAt":"2026-09-09T08:21:53.664Z","fetchedAt":"2026-09-09T08:21:53.664Z","normalizedAt":"2026-09-09T08:21:53.664Z"}]},"firstSeenAt":"2026-09-09T08:21:53.664Z","updatedAt":"2026-09-09T08:22:44.682Z"}