Skip to main content
Glama
plainly-videos

Plainly Videos MCP Server

publish.yml684 B
name: Publish on: push: tags: - "v*" jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v5 - name: Setup Node (with npm auth) uses: actions/setup-node@v5 with: node-version: "22" cache: "yarn" registry-url: "https://registry.npmjs.org" always-auth: true - name: Enable Corepack run: corepack enable - name: Install run: yarn install --immutable - name: Build run: yarn build - name: Publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm publish --access public

Latest Blog Posts

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/plainly-videos/mcp-server'

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