We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stig-Johnny/slack-notifications-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: CI
on:
pull_request:
branches: [main]
jobs:
check:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
- run: npm ci
- run: node --check index.js