We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfarcand/pierre_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•672 B
# ABOUTME: Example environment configuration for FitnessAnalysisAgent
# ABOUTME: Copy to .env and customize for your deployment
# A2A Protocol Configuration (REQUIRED)
# Register your A2A client first via Pierre admin API
PIERRE_A2A_CLIENT_ID=your_client_id_here
PIERRE_A2A_CLIENT_SECRET=your_client_secret_here
# Pierre Server Configuration
PIERRE_SERVER_URL=http://localhost:8081
# Analysis Scheduling
ANALYSIS_INTERVAL_HOURS=24
DEVELOPMENT_MODE=false
# Data Processing Limits
MAX_ACTIVITIES_PER_ANALYSIS=200
# Reporting Configuration
GENERATE_REPORTS=true
REPORT_OUTPUT_DIR=/tmp/fitness_reports
# Advanced Configuration
RUST_LOG=fitness_analyzer=info,reqwest=warn