Skip to main content
Glama

Salesforce MCP Server

ci.yml668 B
name: ci on: pull_request: permissions: contents: read jobs: build-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: '20' - name: Install dependencies run: | if [ -f package-lock.json ]; then npm ci elif [ -f yarn.lock ]; then yarn install --frozen-lockfile elif [ -f pnpm-lock.yaml ]; then corepack enable && pnpm install --frozen-lockfile else npm install --no-audit --no-fund; fi - name: Run tests run: npm 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/tsmztech/mcp-server-salesforce'

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