npm.io
2.1.0 • Published 3d agoCLI

@reticlehq/server

Licence
SEE LICENSE IN LICENSE
Version
2.1.0
Deps
4
Size
1.4 MB
Vulns
0
Weekly
0
Stars
178

@reticlehq/server

The Reticle bridge + MCP server. It hosts a localhost WebSocket endpoint your app's @reticlehq/browser SDK connects to, and exposes MCP tools your coding agent uses to look at, act on, observe, and assert against the live app.

npx @reticlehq/server        # bridge on ws://localhost:4400, MCP over stdio

Point your agent at it (e.g. Claude Code .mcp.json):

{ "mcpServers": { "reticle": { "command": "npx", "args": ["@reticlehq/server", "mcp"] } } }

Tools: reticle_snapshot, reticle_query, reticle_inspect, reticle_act, reticle_act_sequence, reticle_observe, reticle_wait_for, reticle_assert, reticle_network, reticle_console, reticle_animations, reticle_baseline_save/_list, reticle_diff, reticle_record_start/_stop, reticle_explore, reticle_sessions.

See the main README. MIT.

Keywords