Skip to content
VS Code

Airbyte Agents for VS Code

io.github.airbytehq/agents

Let AI agents query data and act across all your business apps via MCP.

client:VS Code transport:streamable-http

Install Airbyte Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "agents": {
      "type": "http",
      "url": "https://mcp.airbyte.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Airbyte Agents in other clients