Back to Home
standardbeagle icon

agnt

by standardbeagle

Overview

Enhances AI coding agents with browser interaction, visual debugging, process management, and frontend diagnostics for web development.

Installation

Run Command
agnt serve

Environment Variables

  • DEEPGRAM_API_KEY
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • DEVTOOL_OVERLAY_SOCKET

Security Notes

The server explicitly uses `eval()` in `internal/proxy/scripts/core.js` to execute JavaScript code received from the MCP client (AI agent) directly in the proxied browser page. This grants the AI agent (and any entity with access to the MCP client or the WebSocket connection) the ability to execute arbitrary code within the user's browser, which is a critical security risk if compromised. Additionally, WebSocket `checkOrigin` is set to `true`, allowing connections from any origin, which is generally acceptable for local development but increases risk if exposed to a less trusted network.

Similar Servers

Stats

Interest Score39
Security Score2
Cost ClassHigh
Avg Tokens7500
Stars2
Forks0
Last Update2025-12-13

Tags

AI AgentDevelopmentWeb DebuggingFrontendProcess ManagementProxyAccessibilitySketchingMCP