Skip to main content
Glama
run-demo.sh291 B
#!/usr/bin/env bash set -euo pipefail # Usage: scripts/run-demo.sh # Requires: build dist (npm run build) or tsx available CMD="" if [ -f "dist/cli.js" ]; then CMD="bin/mcp-gitlab-jira" else CMD="npx tsx src/cli.ts" fi echo "[demo] using: $CMD" >&2 cat scripts/requests.jsonl | $CMD

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/ashabbir/multi-mcp'

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