We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/He110te4m/mcp-starter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
stages:
- test
- release
run_tests:
stage: test
script:
- n 20.13.1
- pnpm install
- pnpm lint
- pnpm test
- pnpm build
cache:
key: node_modules
paths:
- ./node_modules
except:
- tags
tags:
- mcp-server
release_package:
stage: release
script:
- n 20.13.1
- pnpm install
- pnpm build
- npm publish
cache:
key: node_modules
paths:
- ./node_modules
only:
- tags
tags:
- mcp-server