agnt
Verified Safeby standardbeagle
Overview
Provides development tooling capabilities to AI coding agents, including project detection, process management, reverse proxy with frontend diagnostics, and visual debugging.
Installation
agnt mcpEnvironment Variables
- AGNT_VERSION
- AGNT_INSTALL_DIR
- XDG_RUNTIME_DIR
- USER
- AGNT_PROJECT_PATH
- GOPATH
- GOBIN
- USERNAME
- CLAUDE_PROJECT_DIR
- AGNT_SESSION_CODE
- DEVTOOL_OVERLAY_SOCKET
- AGNT_DEBUG
Security Notes
The server's core functionality involves granting AI agents significant control over local processes and browser environments (e.g., arbitrary JavaScript execution via `proxy exec`). This is a powerful feature by design, requiring trust in the AI agent. The system implements robust internal safeguards such as resilient injected JavaScript (never throwing exceptions, validating inputs), Unix socket/named pipe IPC with restricted permissions (0600 owner only), and explicit warnings like `--dangerously-skip-permissions`. No hardcoded secrets or obvious malicious patterns are present. Network risks are mitigated by restricting proxy URL detection to localhost-like addresses and using secure tunneling providers.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
figma-console-mcp
Provides AI assistants with real-time console access, visual debugging, design system extraction, and design creation capabilities for Figma.