Airbyte Status Checker
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
Instalar uv para la gestión del entorno virtual
Crear un entorno virtual
uv venv
source .venv/bin/activateInstalar las dependencias
pip install -r requirements.txtCrea un archivo
.envy agrega tus claves Airbyte
AIRBYTE_WORKSPACE_ID=xxx
AIRBYTE_CLIENT_ID=xxx
AIRBYTE_CLIENT_SECRET=xxx
AIRBYTE_API_KEY=xxxEjecutar 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"
]
}
}
}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.
Related MCP server: 302AI File Parser MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
MCP server for building and testing AI agents with multi-model experimentation and insights.
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Related MCP Servers
- FlicenseDqualityDmaintenanceA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.11
- AlicenseBqualityCmaintenanceAn MCP server that parses files for Claude Desktop, requiring a 302AI API key for operation.1171MIT
- AlicenseCqualityDmaintenanceAn MCP server that provides seamless integration with Claude Desktop for querying and managing timeseries data in GigAPI Timeseries Lake.76Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that lets you switch between different MCP configuration profiles directly from inside Claude Desktop.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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