Skip to main content
Glama

MCP Website Fetcher

spell.yml1.45 kB
# SPDX-license-identifier: Apache-2.0 ############################################################################## # Copyright (c) 2025 # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## name: Run misspell # yamllint disable-line rule:truthy on: push: paths: - "**.md" - "!.github/*" pull_request_review: types: - submitted permissions: read-all jobs: check-reviewdog: name: Check spelling (reviewdog) runs-on: ubuntu-latest permissions: contents: read steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0 with: persist-credentials: false - uses: reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3 with: github_token: ${{ secrets.github_token }} check-spellcheck: name: Check spelling (pyspelling) runs-on: ubuntu-latest permissions: contents: read steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0 with: persist-credentials: false - uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5 name: Spellcheck

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/electrocucaracha/mcp-website-fetcher'

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