Skip to content

Releases: RunTimeAdmin/MCPShield

v0.2.0 — Production launch

22 Jun 16:12

Choose a tag to compare

What's new in v0.2.0

Platform

  • Full SaaS stack: FastAPI backend, Next.js dashboard, PostgreSQL, Caddy TLS
  • Docker Compose production deployment with automated migrations
  • Multi-tenant organization isolation

Dashboard

  • Legendary onboarding empty state for new users — 3-step setup guide with copyable install command
  • Live risk distribution charts and top-risk server table
  • Real-time alert feed with dismiss / mark-all-read

Agents & API Keys

  • API key creation with copy-once banner
  • Key regeneration with instant invalidation of old key
  • Per-agent last-seen and MCP server count

Security

  • CISA KEV enrichment via Katzilla — every MCP server scored against known vulnerabilities
  • Risk levels: critical / high / medium / low with CVE references
  • Email alerts via Resend on new critical-risk server detection

Self-hosting

  • One-command installer: `curl -fsSL https://install.mcpshield.app | sh`
  • Update notifications: dashboard banner when a newer version is available
  • Optional Watchtower block in docker-compose for fully-automatic updates
  • Full privacy page documenting exactly what the agent reads and never reads

Upgrading

docker compose -f docker-compose.prod.yml pull
docker compose -f docker-compose.prod.yml up -d --remove-orphans

Or uncomment the Watchtower block in docker-compose.prod.yml to get automatic updates.