Skip to main content
Glama
nesirat

MCP Vulnerability Management System

by nesirat
update.sh428 B
#!/bin/bash # Pull latest changes git pull origin main # Stop existing containers docker-compose down # Build and start containers docker-compose build docker-compose up -d # Wait for database to be ready echo "Waiting for database to be ready..." sleep 10 # Run database migrations docker-compose exec app alembic upgrade head # Restart Celery workers docker-compose restart celery echo "Update completed successfully!"

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/nesirat/MCP'

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