Show HN: AI Live Log Bridge- Feeds Cursor/Claude Terminal+browser Logs via MCP

github.com

1 points by ami3466 13 hours ago

Solves the "blind AI" issue without the manual copy-pasting.

It’s an MCP server that gives LLMs real-time visibility into your local execution environment and can run auto-fix.

Terminal: CLI wrapper pipes stdout/stderr (and preserves ANSI colors) to the model.

Browser: Chrome extension uses Native Messaging to capture Console logs and Network errors (4xx/5xx).

Security: Runs locally with regex-based secret redaction (keys, JWTs) before the LLM reads anything.

Works with any MCP client (Cursor, Windsurf, Claude Desktop).

https://github.com/Ami3466/ai-live-log-bridge