Back to Home
tznthou icon

simple-console-mcp

Verified Safe

by tznthou

Overview

Minimal MCP server for browser console log monitoring, designed to reduce context token cost for AI assistants.

Installation

Run Command
npx -y simple-console-mcp

Security Notes

The project demonstrates a strong commitment to security, explicitly addressing command injection, path traversal, and race conditions in version 1.3.0. The `validatePort` function correctly sanitizes user-provided port numbers, and the `url` parameter for navigation is handled by Puppeteer's `page.goto` which expects a URL, reducing direct command injection risk. There are no obvious hardcoded secrets or malicious patterns. It controls a local Chrome instance, which is an expected behavior for its debugging purpose.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassLow
Avg Tokens160
Stars1
Forks0
Last Update2025-12-13

Tags

MCPBrowser DebuggingConsole LogsAI AssistantPuppeteer