We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pr.yml•359 B
# This is essentially a dummy to allow us to set
# buildkite/si-merge-queue as a status check. This
# is run during a PR, but the Buildkite check is run
# in the merge queue
name: PR Checks to confuse and delight
on:
pull_request:
jobs:
si-merge-queue:
name: buildkite/si-merge-queue
runs-on: ubuntu-latest
steps:
- run: echo "Success!"