/ Diretório / Playground / Astronomer Agents (Airflow MCP)
● Oficial Astronomer ⚡ Instantâneo

Astronomer Agents (Airflow MCP)

por Astronomer · astronomer/agents

Official Astronomer AI agent tooling — Airflow MCP + CLI + skills for data engineering workflows.

Official Astronomer AI agent tooling — Airflow MCP + CLI + skills for data engineering workflows.

Demo ao vivo

Como fica na prática

astronomer-agents-airflow.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "astronomer-agents-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "astronomer-agents-airflow"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "astronomer-agents-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "astronomer-agents-airflow"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "astronomer-agents-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "astronomer-agents-airflow"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "astronomer-agents-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "astronomer-agents-airflow"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "astronomer-agents-airflow",
      "command": "npx",
      "args": [
        "-y",
        "astronomer-agents-airflow"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "astronomer-agents-airflow": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "astronomer-agents-airflow"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add astronomer-agents-airflow -- npx -y astronomer-agents-airflow

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Astronomer Agents (Airflow MCP)

Get started with Astronomer Agents (Airflow MCP)

Quando usar: When you want to bring Astronomer Agents (Airflow MCP) into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Astronomer Agents (Airflow MCP) to help me with a task.✓ Copiado

Resultado: Claude can interact with Astronomer Agents (Airflow MCP) directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills