Skip to main content
Glama

MCP LLMS.txt Explorer

name: Release to npm on: workflow_dispatch: permissions: contents: write jobs: release: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install uses: ./.github/actions/install with: registry-url: 'https://registry.npmjs.org' scope: '@thedaviddias' - name: Setup npm auth run: | echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc echo "@thedaviddias:registry=https://registry.npmjs.org/" >> ~/.npmrc npm whoami || echo "Not logged in to npm" - name: Build run: pnpm build - name: Publish run: | echo "Attempting to publish with npm..." npm publish --access public || { echo "npm publish failed, trying with pnpm..." pnpm publish --no-git-checks --access public } env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_REGISTRY: 'https://registry.npmjs.org' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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/thedaviddias/mcp-llms-txt-explorer'

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