Skip to main content

MCP server for AI coding agents - process management, reverse proxy with traffic logging, browser instrumentation, and sketch mode

Project description

agnt

Give your AI coding agent browser superpowers.

agnt is a new kind of tool designed for the age of AI-assisted development. It acts as a bridge between your AI coding agent and the browser, extending what's possible during vibe coding sessions.

What Does It Do?

When you're in the flow with Claude Code, Cursor, or other AI tools, agnt lets your agent:

  • See what you see - Screenshots, DOM inspection, visual debugging
  • Hear from you directly - Send messages from browser to agent
  • Sketch ideas together - Draw wireframes directly on your UI
  • Debug in real-time - Capture errors, network traffic, performance
  • Extend its thinking window - Structured data uses fewer tokens than descriptions

Installation

pip install agnt
# or
uv pip install agnt
# or
pipx install agnt

Quick Start

As MCP Server (Claude Code, Cursor, etc.)

Add to your MCP configuration:

{
  "mcpServers": {
    "agnt": {
      "command": "agnt",
      "args": ["mcp"]
    }
  }
}

Or with uvx:

{
  "mcpServers": {
    "agnt": {
      "command": "uvx",
      "args": ["agnt", "mcp"]
    }
  }
}

As PTY Wrapper

Wrap your AI coding tool with overlay features:

agnt run claude --dangerously-skip-permissions
agnt run cursor
agnt run aider

This adds a terminal overlay menu (Ctrl+P) and enables browser-to-terminal messaging.

Core Features

Browser Superpowers

Start a proxy and your agent gains eyes into the browser:

proxy {action: "start", id: "app", target_url: "http://localhost:3000"}

Now your agent can:

  • Take screenshots
  • Inspect any element
  • Audit accessibility
  • See what you clicked

Floating Indicator

Every proxied page gets a floating bug icon. Click to:

  • Send messages to your agent
  • Take area screenshots
  • Select elements to log
  • Open sketch mode

Sketch Mode

Draw directly on your UI:

  • Shapes: rectangles, circles, arrows, freehand
  • Wireframes: buttons, inputs, sticky notes
  • Save and send to agent instantly

Real-Time Error Capture

JavaScript errors automatically captured and available to your agent - no more forgetting to mention them.

MCP Tools

Tool Description
detect Auto-detect project type and scripts
run Run scripts or commands
proc Manage processes
proxy Reverse proxy with instrumentation
proxylog Query traffic logs
currentpage View page sessions
daemon Manage background service

Browser API

The proxy injects window.__devtool with 50+ diagnostic functions:

__devtool.screenshot('name')              // Capture screenshot
__devtool.inspect('#element')             // Full element analysis
__devtool.auditAccessibility()            // A11y audit
__devtool.sketch.open()                   // Enter sketch mode
__devtool.interactions.getLastClick()     // Last click details

Configuration

Create .agnt.kdl in your project:

scripts {
    dev {
        command "npm"
        args "run" "dev"
        autostart true
    }
}

proxies {
    frontend {
        target "http://localhost:3000"
        autostart true
    }
}

Documentation

License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agnt-0.11.6.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agnt-0.11.6-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file agnt-0.11.6.tar.gz.

File metadata

  • Download URL: agnt-0.11.6.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for agnt-0.11.6.tar.gz
Algorithm Hash digest
SHA256 c90debf6df8e07239dde76df258c539e0730deb57dfe7a75e67e4c3db807ec0f
MD5 51a3af3356a857f475816a17ebfc6b6c
BLAKE2b-256 2a7e06589784de0717dbcfde99563e11201a74156f1fdc0dea933919cada63d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for agnt-0.11.6.tar.gz:

Publisher: release.yml on standardbeagle/agnt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agnt-0.11.6-py3-none-any.whl.

File metadata

  • Download URL: agnt-0.11.6-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for agnt-0.11.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0527c698b2d2823040bee6aa3d7edc85b1e6c0f3c4ddfa12aefb5fbcc75185db
MD5 4db2cb6443508b993fdc2bde22f8668c
BLAKE2b-256 0cf8735cd2b7675565674be803b6cca5ba61dcb0c7c98922326ea5cc1a9088a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for agnt-0.11.6-py3-none-any.whl:

Publisher: release.yml on standardbeagle/agnt

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page