Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
large_runs.yml455 B
name: Read and Echo Files on: workflow_dispatch: jobs: read_and_echo: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Read and echo files run: | for file in $(ls | head -n 10); do echo "Contents of $file:" cat "$file" echo "" done

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/microsoft/genaiscript'

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