Back to browse
GitHub Repository
0 starsTypeScript

Janus – MCP that collects context from browser and terminal

by a_c·Jun 12, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemCozy

Stops copy-pasting stack traces by piping browser errors and terminal logs directly to Claude.

Strengths
  • Captures real session data including interactions, errors, and network calls automatically
  • Four MCP tools enable queryable access to journey history by domain or ID
  • Extension works standalone; MCP server adds ambient queryable access for Claude
Weaknesses
  • MCP context-capture tools emerging from multiple projects, category getting crowded
  • Early development with zero stars suggests limited real-world testing so far
Target Audience

Developers using Claude Code or similar AI coding assistants

Similar To

Aider · Continue · Cursor

Post Description

I'm finding myself more and more often typing what happened in my web app or terminal (or both) to prompt coding agent what to do. A string of interactions, clicked here, type that, some API calls, and console complaints, put that all mentally together and then prompts Claude.

I am making this tool to make interaction gathering easier. It records user interaction in browser, make a prompt that describes what happened, send the events to a local MCP server that Claude can access. A command line tool that streams terminal output, in my case, server log, to the same MCP so claude can access both what happened in browser and terminal as a stream of events.

The idea is to emphasize that ideas often come from product, in contrast to mainstream belief that idea leads to product. The end is the start. Hence the project name janus.

It is still very early in development so would love to hear some feedback.

Similar Projects