Security-hardened Chrome automation with post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305), secure credential vault, memory scrubbing, and audit logging. 22 tools for browser automation and secure logins.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y chrome-mcp-secureAgent-CoreX intelligently routes which tools from Pantheon-Security/chrome-mcp-secure your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"chrome-mcp-secure": {
"command": "npx",
"args": [
"-y",
"chrome-mcp-secure"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add chrome-mcp-secureAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Pantheon-Security/chrome-mcp-secure directly without routing
npx -y chrome-mcp-secureNew to Agent-CoreX? View setup guide →