#!/bin/bash
# Get the directory of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Activate the virtual environment
source "$DIR/.venv/bin/activate"
# Run the 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