Skip to main content
Glama

YepCode MCP Server

Official
by yepcode
build.yml551 B
name: Build on: workflow_call: workflow_dispatch: jobs: build: runs-on: ubuntu-latest container: image: node:22-slim steps: - uses: actions/checkout@v4 - name: Cache node uses: actions/cache@v4 with: key: "${{ runner.os }}-node-${{ hashFiles('node_modules') }}" path: node_modules - name: Build run: |- npm install npm run build - uses: actions/upload-artifact@v4 with: name: build path: |- dist/**

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/yepcode/mcp-server-js'

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