Chrome MCP Server (Security Hardened)
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., info, debug) | info |
| CHROME_HOST | No | Host for Chrome remote debugging | localhost |
| CHROME_PORT | No | Port for Chrome remote debugging | 9222 |
| SYSLOG_HOST | No | Remote syslog server host for SIEM integration | |
| SYSLOG_PORT | No | Remote syslog server port | |
| AUDIT_LOGGING | No | Enable audit logging | true |
| CHROME_PROFILE_DIR | No | Directory for isolated Chrome profile | ~/.chrome-mcp-profile |
| CHROME_MCP_CONFIG_DIR | No | Directory for configuration and credential vault | ~/.chrome-mcp |
| COMPLIANCE_LOG_FORMAT | No | Compliance log format: cef, syslog, jsonl, json | |
| CHROME_MCP_CREDENTIAL_TTL | No | Time-to-live for decrypted credentials in memory (milliseconds) | 300000 |
| CHROME_MCP_ENCRYPTION_KEY | No | Base64-encoded 32-byte key for post-quantum encryption (required for production) | |
| CHROME_MCP_USE_POST_QUANTUM | No | Enable post-quantum encryption | true |
| CHROME_MCP_SESSION_INACTIVITY | No | Session inactivity timeout in milliseconds (default 1800000 for 30 minutes) | |
| CHROME_MCP_SESSION_MAX_LIFETIME | No | Maximum session lifetime in milliseconds (default 28800000 for 8 hours) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantheon-Security/chrome-mcp-secure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server