Skip to main content
Glama

mcp-pinterest

name: NPM Publish on: push: tags: - 'v*' # 匹配所有以 v 开头的标签,如 v1.0.0 release: types: [created] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '18.x' registry-url: 'https://registry.npmjs.org/' scope: '@terryso' - name: Setup Git run: | git config --global user.name "GitHub Actions Bot" git config --global user.email "actions@github.com" - name: Install dependencies run: npm install - name: Build run: npm run build - name: Publish to NPM run: npm publish --access public env: NODE_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/terryso/mcp-pinterest'

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