Skip to main content
Glama
security.yml664 B
name: Security # Disabled - manual for now # on: # push: # branches: [main, master] # pull_request: # branches: [main, master] # schedule: # # Run security check weekly on Mondays # - cron: '0 10 * * 1' on: workflow_dispatch jobs: security: name: Security Audit runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 'lts/*' cache: 'npm' - name: Install dependencies run: npm clean-install - name: Run security audit run: npm audit --audit-level=high

Latest Blog Posts

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/Vvkmnn/claude-historian'

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