A Model Context Protocol (MCP) server that provides integration with Pangea APIs
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.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
macOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsonEmbargo — The Embargo tool exposed by this serverRedact — The Redact tool exposed by this serverVault — [Service Tokens]: https://pangea.cloud/docs/admin-guide/projects/credentials#service-tokens [Audit Schema]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.
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.
| Tool | What it does |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Embargo | The Embargo tool exposed by this server. |
| Redact | The 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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| PANGEA_VAULT_TOKEN | Credential the server authenticates with. | Yes |
| PANGEA_VAULT_ITEM_ID | Configuration value read at startup. | Optional |
| PANGEA_AUDIT_CONFIG_ID | Configuration value read at startup. | Optional |
| PANGEA_AUTHN_CLIENT_ID | Configuration value read at startup. | Optional |
| PANGEA_AUTHN_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.