Skip to main content
Glama
bitgeese

Sequential Questioning MCP Server

by bitgeese
initialize_app.sh923 B
#!/bin/bash set -e echo "Initializing Sequential Questioning MCP Server..." # Check if Docker is running if ! docker info > /dev/null 2>&1; then echo "Error: Docker is not running or not installed. Please start Docker and try again." exit 1 fi # Set environment variables for local development export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres" # Start the Docker containers echo "Starting Docker containers..." docker-compose up -d # Wait for the database to be ready echo "Waiting for database to be ready..." sleep 10 # Run database migrations echo "Running database migrations..." bash scripts/run_migrations.sh echo "Initialization completed successfully!" echo "The application is now running at: http://localhost:8001" echo "" echo "Use the following command to view logs:" echo " docker-compose logs -f app" echo "" echo "To stop the application:" echo " docker-compose down"

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/bitgeese/sequential-questioning'

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