We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/confluentinc/mcp-confluent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: v1.0
name: build
agent:
machine:
type: s1-prod-ubuntu24-04-amd64-2
auto_cancel:
running:
when: "branch != 'main'"
execution_time_limit:
hours: 1
queue:
- when: "branch != 'main'"
processing: parallel
blocks:
- name: "resolve dependencies and build"
dependencies: []
task:
prologue:
commands:
- sem-version node 22
- checkout
jobs:
- name: "build"
commands:
- npm ci
- npm run build