mcpbeat Sign in

Incident Response MCP for Apache Airflow MCP Server

local only

Incident Response MCP for Apache Airflow runs on your own machine — the client starts it, so there is no endpoint to ping. 138 installs a week from pypi. Last commit 16 Jul 2026.

Diagnose Airflow failures from UI links with bounded logs and optional recovery actions.

Installs per day peak 66 · avg 31 · -23% w/w
a month agotoday
138
Installs / week
pypi · apache-airflow-mcp-server
2
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Incident Response MCP for Apache Airflow every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apache-airflow-mcp-server -- uvx apache-airflow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apache-airflow-mcp-server": {
      "args": [
        "apache-airflow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apache-airflow-mcp-server]
command = "uvx"
args = ["apache-airflow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "apache-airflow-mcp-server": {
      "args": [
        "apache-airflow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apache-airflow-mcp-server": {
      "args": [
        "apache-airflow-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AIRFLOW_MCP_HOST (Base URL of the Airflow instance.), AIRFLOW_MCP_TOKEN (Bearer token. Provide this or both username and password; it takes precedence when set.), AIRFLOW_MCP_USERNAME (Basic-auth username. Required with password when token is omitted.), AIRFLOW_MCP_PASSWORD (Basic-auth password. Required with username when token is omitted.), AIRFLOW_MCP_API_VERSION (The directory install uses the Airflow 3 client. See the README for Airflow 2 setup.), AIRFLOW_MCP_READ_ONLY (Expose only read tools unless write access is deliberately selected.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Incident Response MCP for Apache Airflow

same job, measured the same way
Alertlogic MCP
by rijul170

MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows

64 installs/wk local only
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

21 installs/wk local only
hiveWiki
by hivewiki

Shared project wiki for AI agents: read and write pages, next actions, and activity logs over MCP.

answering
Januscope
by giancarloerra

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

75 installs/wk local only
Huntress
by wyre-ai

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Huntress
by wyre-technology

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Verlon AI MCP
by verlon

Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.

84 installs/wk local only
C
FBI NIBRS Crime Data
by olyport

National crime incident estimates from NIBRS by offense type, weapon, and location

4 tools answering

Incident Response MCP for Apache Airflow — questions

Answers built from our own checks of this server.

Why is there no uptime for Incident Response MCP for Apache Airflow?
Incident Response MCP for Apache Airflow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apache-airflow-mcp-server was installed 138 times last week.
How do I connect Incident Response MCP for Apache Airflow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apache-airflow-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Incident Response MCP for Apache Airflow?
The pypi package apache-airflow-mcp-server was installed 138 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Incident Response MCP for Apache Airflow open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.