Skip to main content
Glama

Attendance Management MCP Server

by shineliang
run_attendance_mcp.sh608 B
#!/bin/bash # Enable verbose output set -x # Get the directory of this script DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo "Script directory: $DIR" # Check if virtual environment exists, if not create it if [ ! -d "$DIR/.venv" ]; then echo "Virtual environment not found. Setting up..." "$DIR/setup_venv.sh" fi # Activate the virtual environment source "$DIR/.venv/bin/activate" # Check Python version python --version # List installed packages pip list | grep -E "mcp|psycopg2|dotenv" # Run the MCP server echo "Starting MCP server..." mcp run "$DIR/attendance_mcp_server.py"

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/shineliang/att-mcp'

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