Skip to main content
Glama

Airbyte Status Checker

by quintonwall

Introducción

Esta es una aplicación de ejemplo que cumple con el protocolo MCP de Anthropic. Está diseñada para ejecutarse como servidor MCP en Claude Desktop y permite a los usuarios comprobar el estado de las conexiones Airbyte.

Configuración de su servidor MCP

  1. Instalar uv para la gestión del entorno virtual
  2. Crear un entorno virtual
uv venv source .venv/bin/activate
  1. Instalar las dependencias
pip install -r requirements.txt
  1. Crea un archivo .env y agrega tus claves Airbyte
AIRBYTE_WORKSPACE_ID=xxx AIRBYTE_CLIENT_ID=xxx AIRBYTE_CLIENT_SECRET=xxx AIRBYTE_API_KEY=xxx
  1. Ejecutar la aplicación
uv run airbyte_status_checker.py ## Configure claude desktop to use your MCP server 1. set absolute paths to uv and and the python file in claude_desktop_settings.json. It should look similar to this: ```json "mcpServers": { "airbyte-status-checker": { "command": "/Users/quintonwall/.local/bin/uv", "args": [ "--directory", "/Users/quintonwall/code/airbyte-mcp-list-sources", "run", "airbyte_status_checker.py" ] } } }
  1. Añade el servidor a la lista de servidores de Claude Desktop. Abre Claude Desktop y ve a la página de configuración. Pulsa "Configuración de desarrollador" y luego el botón "+" para añadir un nuevo servidor. Esto te mostrará la ubicación de tu archivo claude_desktop_config.json. Ábrelo y pega el contenido del archivo claude_desktop_config.json desde este repositorio. Luego, reinicia Claude Desktop. Puedes confirmar que tu servidor se ha añadido buscando el icono del martillo en la esquina inferior derecha del cuadro de entrada de texto.

Depuración

Si su archivo claude_desktop_config.json está configurado correctamente, los registros se escriben en ~/Library/Logs/anthropic/claude-desktop-server.log Si no ve ningún registro o ningún ícono de martillo, verifique que su archivo claude_desktop_config.json coincida exactamente con lo que tengo en este repositorio y que las rutas sean correctas.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP para Claude Desktop que permite a los usuarios comprobar el estado de sus conexiones Airbyte.

  1. Configuración de su servidor MCP
    1. Depuración

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!
        Last updated -
        2
        12
        JavaScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
        Last updated -
        6
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        -
        license
        -
        quality
        An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
        Last updated -
        TypeScript

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/quintonwall/mcp-airbyte-list-sources'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server