Back to Home
pangeacyber icon

pangea-mcp-server

Verified Safe

by pangeacyber

Overview

Integrates various Pangea security services as tools for AI agents via the Model Context Protocol (MCP).

Installation

Run Command
npx @pangeacyber/mcp-server --transport httpStream --port 8080

Environment Variables

  • PANGEA_VAULT_TOKEN
  • PANGEA_VAULT_ITEM_ID
  • PANGEA_AUDIT_CONFIG_ID
  • PANGEA_AUTHN_ISSUER
  • PANGEA_AUTHN_CLIENT_ID
  • PANGEA_AUTHN_CLIENT_SECRET

Security Notes

The server implements strong security practices by integrating Pangea's AI Guard for both pre-tool input and post-tool output validation and redaction, significantly reducing risks like prompt injection or data leakage. Sensitive Pangea API tokens are securely fetched from Pangea Vault at runtime, rather than being hardcoded or directly exposed as environment variables. OAuth client secrets for authentication are also stored in Vault. No 'eval' or similar dangerous code execution patterns were found. Network risks are managed through explicit HTTP transport with optional Pangea AuthN for access control. The hardcoded Pangea domain is a configuration, not a vulnerability. Overall, a well-secured application.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks2
Last Update2026-01-18

Tags

PangeaMCPAI Agent ToolsSecurityTypeScript