Back to Home
pangeacyber icon

pangea-mcp-proxy

Verified Safe

by pangeacyber

Overview

The Pangea MCP proxy secures communications between an MCP client and any MCP server by running all MCP I/O through Pangea AI Guard to block prompt injections, malicious content, and PII.

Installation

Run Command
npx -y @pangeacyber/mcp-proxy

Environment Variables

  • PANGEA_VAULT_TOKEN
  • PANGEA_VAULT_ITEM_ID
  • PANGEA_BASE_URL_TEMPLATE
  • APP_ID
  • APP_NAME

Security Notes

The server's primary function is to enhance security by acting as a proxy that routes client-server communications through Pangea AI Guard for threat detection and data protection. It uses Pangea Vault to securely fetch the AI Guard API token, which is a good practice for secret management and token rotation. Environment variables are used for sensitive API tokens (Vault token, Vault item ID) instead of hardcoding. The code does not use `eval` or other obvious dynamic code execution on arbitrary user input. `JSON.parse` is used for tool arguments and outputs, assuming the Pangea AI Guard service has already performed its sanitization and validation. The overall design emphasizes security via integration with a dedicated security service.

Similar Servers

Stats

Interest Score26
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars5
Forks3
Last Update2026-01-02

Tags

AI GuardSecurityProxyMCPPangea