Back to Home

governmcp

Verified Safe

by serkan-uz

Overview

Centralized governance for Model Context Protocol (MCP) servers, enabling policy enforcement, capability token issuance, and audit logging for LLM integrations.

Installation

Run Command
cp .env.example .env && docker compose up --build

Environment Variables

  • GOVERNMCP_SECRET
  • GOVERNMCP_JWT_PRIVATE_KEY
  • GOVERNMCP_JWT_PUBLIC_KEY

Security Notes

The server implements robust security practices including API key authentication, role-based access control, JWT-based capability tokens signed with RSA, Fernet encryption for stored credentials, and comprehensive audit logging. Destructive actions are explicitly blocked regardless of policy. A broad CORS policy `allow_origins=['*']` is set for the API in `api/main.py`, which is generally acceptable for development but should be narrowed to specific trusted origins in a production environment.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-27

Tags

LLM GovernancePolicy EnforcementAccess ControlJWTAudit Logging