Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Gives AI coding agents eyes into running applications by recording browser activity and providing session investigation tools for debugging.

README.md

Krometrail

![MCP Toplist](https://mcptoplist.com/server/glama%2Fnklisch%2Fkrometrail)

Browser memory for coding agents.

A screenshot shows your agent what a page is. Krometrail preserves what the page did—flicker, reversed motion, transient layout shifts, hydration flashes, focus jumps, and incorrect canvas frames that disappear before the next screenshot.

Krometrail controls and records a local Chrome-compatible browser, then turns a selected interval into still-image evidence your agent can inspect: storyboards, difference maps, focused filmstrips, motion history, and the underlying source frames.

Read the documentation · Install · Use it with your agent

Install for Claude Code or Codex

The native plugin supplies the Krometrail skill, MCP connection, and matching managed binary.

# Claude Code
claude plugin marketplace add nklisch/krometrail --scope user
claude plugin install krometrail@krometrail --scope user

# Codex
codex plugin marketplace add nklisch/krometrail
codex plugin add krometrail@krometrail

Restart or reload your agent after installation. The first activation downloads and verifies the release paired with the plugin; later starts use the verified local copy.

Install the standalone command

Use the standalone command for terminal checks or manual MCP configuration on Linux or macOS:

curl -fsSL https://krometrail.dev/install.sh | sh
krometrail --version
krometrail doctor

Then register it with an MCP client if needed:

claude mcp add --scope user krometrail -- krometrail mcp
codex mcp add krometrail -- krometrail mcp

Ask your agent

Use Krometrail to reproduce the settings-panel animation. It sometimes moves backward before it settles. Inspect the temporal evidence around that interaction, show me the relevant source frames, and tell me whether capture gaps limit the conclusion.

Krometrail preserves evidence; the coding agent still interprets it, finds the responsible code, and verifies the fix.

Local by default

Browser control, recording, captured frames, browser events, and generated artifacts run locally. Krometrail does not send session contents or telemetry to an external service by default. A connected agent reads evidence through local MCP only when it needs it.

Recording is bounded by a configurable disk budget. Krometrail reports known capture gaps and does not claim to capture every browser-rendered frame.

Develop Krometrail

Krometrail is a Rust 2024 workspace with a Rust 1.85 minimum supported version. Run the quality gate from the repository root:

cargo fmt --all -- --check
cargo check --workspace --all-targets --locked
cargo test --workspace --all-targets --locked
cargo clippy --workspace --all-targets --locked -- -D warnings

Run the development binary through Cargo:

cargo run -- --help
cargo run -- doctor

See the development guide for workspace, documentation, release, and fixture commands. The authoritative product and architecture documents remain under docs/.

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Browser & Scraping servers.