Skip to main content
Glama

Airbyte Status Checker

by quintonwall

介绍

这是 Anthropic 开发的一款符合 MCP 协议的示例应用。它旨在作为 Claude Desktop 中的 MCP 服务器运行,并允许用户检查 Airbyte 的连接状态。

配置您的 MCP 服务器

  1. 安装uv进行虚拟环境管理
  2. 创建虚拟环境
uv venv source .venv/bin/activate
  1. 安装依赖项
pip install -r requirements.txt
  1. 创建一个.env文件并添加你的 Airbyte 密钥
AIRBYTE_WORKSPACE_ID=xxx AIRBYTE_CLIENT_ID=xxx AIRBYTE_CLIENT_SECRET=xxx AIRBYTE_API_KEY=xxx
  1. 运行应用
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. 将服务器添加到 Claude Desktop 的服务器列表中。打开 Claude Desktop 并导航到设置页面。点击“开发者设置”,然后点击“+”按钮添加新服务器。这将显示您的 claude_desktop_config.json 文件的位置。打开该文件并从此仓库粘贴 claude_desktop_config.json 文件的内容。然后重新启动 Claude Desktop。您可以通过查看文本输入框右下角的锤子图标来确认服务器已添加。

调试

如果您的 claude_desktop_config.json 文件配置正确,日志将写入 ~/Library/Logs/anthropic/claude-desktop-server.log 如果您没有看到任何日志或没有锤子图标,请检查您的 claude_desktop_config.json 文件是否与我在此 repo 中的内容完全匹配,并且路径正确。

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

Claude Desktop 的 MCP 服务器允许用户检查其 Airbyte 连接的状态。

  1. 配置您的 MCP 服务器
    1. 调试

      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