Skip to main content
Glama

Zotero MCP Bridge

by colobas
ci.yml1.29 kB
name: CI on: push: branches: - main pull_request: branches: - main jobs: lint: runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 20 cache: npm - name: Install deps run: npm install - name: Run Lint run: npm run lint:check build: runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GitHub_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 20 cache: npm - name: Install deps run: npm install - name: Run Build run: npm run build - name: Upload build result uses: actions/upload-artifact@v4 with: name: build-result path: .scaffold/build test: runs-on: ubuntu-latest needs: - build steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 20 cache: npm - run: npm install - run: npm run test

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/colobas/zotero_mcp_plugin'

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