Skip to main content
Glama

GovInfo MCP Server

by Travis-Prall
docker-compose.yml531 B
services: # Production service govinfo-mcp: build: context: . dockerfile: Dockerfile image: govinfo-mcp:latest container_name: govinfo-mcp-server # Keep container running without starting the MCP server command: tail -f /dev/null env_file: - .env environment: - LOG_LEVEL=INFO - API_BASE_URL=https://www.govinfo.gov/api/rest/v4 restart: unless-stopped networks: - mcp-network # No ports needed for stdio networks: mcp-network: driver: bridge

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/Travis-Prall/govinfo-mcp'

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