Skip to main content
Glama

Anriss

Point at an element on your running web app, say what should change, and let your AI coding agent fix it. A tiny self-hosted feedback loop for UI work — one script tag, a single Rust binary, a built-in MCP endpoint.

Anriss — from German anreißen: marking out a workpiece before you cut. Mark it. Plan it. Fix it.

What it is · Get started · Features

The website is the documentation: install, wire it into Claude over MCP, and the whole annotate → fix loop are all covered under Get started.

⚠️ Development tool. CORS is open by design and there is no authentication — run it on localhost or inside your dev network only.

Run it

Download the binary for your platform from the latest release and run it (full walkthrough: Get started):

curl -L https://github.com/anriss-dev/anriss/releases/latest/download/anriss-macos-arm64 -o anriss
chmod +x anriss && ./anriss          # serves on :4855 (ANRISS_PORT to change)

Related MCP server: Lens

Develop

npm run build          # inline Tailwind + JS into dist/anriss.js (committed)
cargo test && cargo clippy
process-compose --tui=false up   # server + Cucumber/Playwright e2e (what CI runs)

dist/anriss.js and the .sqlx/ offline cache are committed, so a fresh clone builds with only Rust. Every push to main auto-deploys the site and cuts a release (integer version bump).

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Human-to-AI code review bridge. Annotate UI elements in the browser with review comments, and AI agents read the feedback via MCP to fix code automatically — with full element context (CSS selector, styles, DOM path, accessibility info). 10 MCP tools, framework-agnostic Web Component, zero-config install via uvx.
    9
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables visual annotation on web pages for Claude Code, allowing element selection, comment addition, screenshot capture, and structured UI feedback for code fixes via an MCP server.
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anriss-dev/anriss'

If you have feedback or need assistance with the MCP directory API, please join our Discord server