CoolFace
Apppublic

seoulraphaellee/govpress-mcp-demo

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
App README

GovPress MCP Demo

Hugging Face Space for exploring the government press release MCP at https://mcp.govpress.cloud/mcp.

Features

  • —Corpus stats
  • —Latest briefing list
  • —Semantic search
  • —Keyword full-text search
  • —Briefing body viewer

Optional Space variables

  • —GOVPRESS_MCP_URL (default: https://mcp.govpress.cloud/mcp)
  • —GOVPRESS_MCP_BEARER_TOKEN (optional, server-side only)

Secure deployment note

  • —The frontend never calls private APIs directly.
  • —Any future API keys or bearer tokens must be injected only as Docker runtime environment variables or Hugging Face Space Secrets.
  • —The browser talks only to this container's /api/* routes.
  • —The container then calls the upstream MCP endpoint server-side, so secrets are not exposed in browser DevTools, HTML, or JS bundles.

See DEPLOYMENT_ARCHITECTURE.md for the recommended Docker-based secret handling pattern.