Skip to main content
Glama

Discogs MCP Server

by cswkim
action.yml444 B
name: Setup Node.js and pnpm description: Installs Node.js, sets up pnpm, and configures caching runs: using: 'composite' steps: - name: Install pnpm uses: pnpm/action-setup@v4 with: version: 10 - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: 20 cache: 'pnpm' registry-url: ${{ inputs.registry-url || '' }} inputs: registry-url: required: false

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/cswkim/discogs-mcp-server'

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