Pangea MCP Server

A Model Context Protocol (MCP) server that provides integration with Pangea APIs

Remote serverstreamable-httpGo

What is the Pangea MCP server?

Connect Pangea to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A Model Context Protocol (MCP) server that provides integration with Pangea APIs. The pangea mcp server is what makes that connection.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Credentials and setup notes

Configuration is passed through the environment: PANGEA_VAULT_TOKEN, PANGEA_VAULT_ITEM_ID, PANGEA_AUDIT_CONFIG_ID, PANGEA_AUTHN_CLIENT_ID, PANGEA_AUTHN_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js v24.11.0 or greater. - A Pangea API token with access to all of AI Guard, Domain Intel, Embargo, IP Intel, Redact, Secure Audit Log, URL Intel, and Vault. This token needs to be stored in Pangea Vault. See [Service Tokens][] for documentation on how to create and manage Pangea API tokens. - A Pangea API token with access to Vault. This will be used to fetch the above token at runtime. -

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pangea's toolset — macOS, Windows, Embargo and 2 more — is a fair guide to whether it matches your workflow. It is maintained by pangeacyber; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
EmbargoThe Embargo tool exposed by this server.
RedactThe Redact tool exposed by this server.
Vault[Service Tokens]: https://pangea.cloud/docs/admin-guide/projects/credentials#service-tokens [Audit Schema]: https://pangea.cloud/docs/audit/getting-started/configuration#audit-schema [Multiple Service Configurations]: ht

How to install the Pangea MCP server

{
  "mcpServers": {
    "pangea": {
      "command": "npx",
      "args": ["-y", "@pangeacyber/mcp-server"],
      "env": {
        "PANGEA_VAULT_TOKEN": "pts_00000000000000000000000000000000",
        "PANGEA_VAULT_ITEM_ID": "pvi_00000000000000000000000000000000",
        "PANGEA_AUDIT_CONFIG_ID": "pci_00000000000000000000000000000000"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js v24.11.0 or greater. - A Pangea API token with access to all of AI Guard, Domain Intel, Embargo, IP Intel, Redact, Secure Audit Log, URL Intel, and Vault. This token needs to be stored in Pangea Vault. See [Service Tokens][] for documentation on how to create and manage Pangea API tokens. - A Pangea API token with access to Vault. This will be used to fetch the above token at runtime. -
VariableDescriptionRequired
PANGEA_VAULT_TOKENCredential the server authenticates with.Yes
PANGEA_VAULT_ITEM_IDConfiguration value read at startup.Optional
PANGEA_AUDIT_CONFIG_IDConfiguration value read at startup.Optional
PANGEA_AUTHN_CLIENT_IDConfiguration value read at startup.Optional
PANGEA_AUTHN_CLIENT_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Pangea to macOS.
  • Use Pangea to Windows.
  • Use Pangea to Embargo.

Frequently asked questions

It connects Pangea to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (macOS, Windows, Embargo, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pangea directly.