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

F
license - not found
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
5Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

  • Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

View all MCP Connectors

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