/ Annuaire / Playground / Astronomer Agents (Airflow MCP)
● Officiel Astronomer ⚡ Instantané

Astronomer Agents (Airflow MCP)

par 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.

Démo en direct

Aperçu en pratique

astronomer-agents-airflow.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Astronomer Agents (Airflow MCP)

Get started with Astronomer Agents (Airflow MCP)

Quand l'utiliser : When you want to bring Astronomer Agents (Airflow MCP) into your Claude workflow.

Déroulement
  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.✓ Copié

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills