We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/root-signals/scorable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•607 B
# Scorable MCP Server Configuration
# Copy this file to .env and update with your settings
# Required: Your Scorable API key
SCORABLE_API_KEY=your_api_key_here
# Optional: Server settings
MAX_EVALUATORS=40 # adjust based on your model's capabilities
HOST=0.0.0.0
PORT=9091
LOG_LEVEL=info
DEBUG=false
ENV=development
CODING_POLICY_EVALUATOR_ID=4613f248-b60e-403a-bcdc-157d1c44194a # adjust if you want to use a different evaluator for coding policy
CODING_POLICY_EVALUATOR_REQUEST="Is the response written according to the coding policy?" # adjust if you want to use a different request for coding policy