dogear

Alphyn44/dogear
★ 0 stars TypeScript AI/LLM Updated today
Click an element in your running app, leave a comment on it, and have your coding agent receive it bound to the exact source file and line. A Vite plugin, an overlay, and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dogear": {
      "command": "npx",
      "args": [
        "-y",
        "Alphyn44/dogear"
      ]
    }
  }
}