Skip to main content
Glama
zerops.yml1.07 kB
zerops: - setup: nodejs # ==== how to build your application ==== build: # what technologies should the build # container be based on (can be an array) base: nodejs@22 # what commands to use to build your app buildCommands: - npm i - npm run build # select which files / folders to deploy # after the build successfully finished deployFiles: - dist - package.json - node_modules # *optional*: which files / folders # to cache for the next build run cache: - node_modules - package-lock.json # ==== how to run your application ==== run: # what technology should the runtime # container be based on, can be extended # in `run.prepareCommands` using # `zsc install nodejs@20` base: nodejs@22 # what ports your app listens on # and whether it supports http traffic ports: - port: 3000 httpSupport: true # how to start your application start: npm start

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/asrvd/flux'

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