We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cbwinslow/opendiscourse_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•268 B
# OpenDiscourse MCP - Test Environment Variables
# Use test API keys (these are examples only)
GOVINFO_API_KEY=DEMO_KEY
CONGRESS_API_KEY=DEMO_KEY
# Test configuration
MCP_LOG_LEVEL=debug
GOVINFO_RATE_LIMIT=100
CONGRESS_RATE_LIMIT=400
CACHE_TTL=300
CACHE_MAX_SIZE=100