agnt
by standardbeagle
Overview
Enhances AI coding agents with browser interaction, visual debugging, process management, and frontend diagnostics for web development.
Installation
agnt serveEnvironment 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
chrome-devtools-mcp
Enables AI coding assistants to control and inspect a live Chrome browser using DevTools for automation, debugging, and performance analysis.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
flowlens-mcp-server
Provides coding agents with full browser context from recorded user flows for debugging and regression testing.
VibeShift
VibeShift is an intelligent security agent that integrates with AI coding assistants to analyze AI-generated code for vulnerabilities, suggest remediations, and facilitate web test recording, crawling, and execution.