Skip to main content
Glama
.env.example562 B
# Environment Variables for OpenDiscourse MCP # GovInfo API GOVINFO_API_KEY=your_govinfo_api_key_here GOVINFO_BASE_URL=https://api.govinfo.gov # Congress.gov API CONGRESS_API_KEY=your_congress_api_key_here CONGRESS_BASE_URL=https://api.congress.gov/v3 # MCP Server Configuration MCP_SERVER_PORT=3000 MCP_LOG_LEVEL=info # Rate Limiting GOVINFO_RATE_LIMIT=1000 # requests per hour CONGRESS_RATE_LIMIT=4000 # requests per hour (out of 5000 limit) # Cache Configuration CACHE_TTL=3600 # seconds (1 hour) CACHE_MAX_SIZE=1000 # maximum number of cached items

Latest Blog Posts

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/cbwinslow/opendiscourse_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server