We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keith-hung/timecard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•376 B
# TimeCard MCP Configuration
# Copy this file to .env and fill in your credentials
# TimeCard System URL (Required) - Must include the application path
TIMECARD_BASE_URL=http://your-timecard-server/app/
# TimeCard Login Credentials (Required)
TIMECARD_USERNAME=your_username_here
TIMECARD_PASSWORD=your_password_here
# Optional: Set log level for debugging
# LOG_LEVEL=info