Agnt
Freeby MCP Community
MCP server for AI coding agents - process management, reverse proxy with traffic logging, browser instrumentation, and sketch mode
v0.12.35Added Apr 12, 2026
mcpmodel-context-protocolaiagentdevelopment
Agnt MCP Server
MCP server for AI coding agents - process management, reverse proxy with traffic logging, browser instrumentation, and sketch mode
Installation
Reviews
Installation
Quick install
npx -y @standardbeagle/agnt
Add to claude_desktop_config.json
{
"mcpServers": {
"agnt": {
"command": "npx",
"args": ["-y", "@standardbeagle/agnt"]
}
}
}