Skip to main content
Glama

MCP Command Proxy

by Hormold
publish.yml912 B
name: Publish to NPM on: release: types: [created] jobs: publish: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - uses: actions/checkout@v3 - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: '20.x' registry-url: 'https://registry.npmjs.org/' - name: Setup PNPM uses: pnpm/action-setup@v2 with: version: 8 - name: Install dependencies run: pnpm install - name: Run tests run: pnpm test - name: Build run: pnpm build - name: Publish to NPM run: pnpm publish --no-git-checks env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} PNPM_NPM_AUTH_TOKEN: ${{ secrets.NPM_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/Hormold/mcp-command-proxy'

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