Skip to main content
Glama

Dify MCP

ci.yml540 B
name: ci on: push: branches: - main pull_request: workflow_dispatch: jobs: ci: runs-on: ubuntu-latest timeout-minutes: 5 name: ci steps: - uses: actions/checkout@v4 - uses: dprint/check@v2.3 - uses: astral-sh/setup-uv@v6 with: enable-cache: true - run: uv sync --locked --all-extras --dev - run: uv run ruff check - run: uv run mypy src/ working-directory: apps/dify-mcp - run: uv run pytest -v working-directory: apps/dify-mcp

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/taiki-kuraishi/dify-mcp'

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