Smoke commands
npx @skyes0verl0nd0n/merser --help
npx @skyes0verl0nd0n/merser --health
npx @skyes0verl0nd0n/merser --tools
npx @skyes0verl0nd0n/merser --config
npx --package @skyes0verl0nd0n/merser Merser --version
Developer release
Published npm package, real npx entrypoint, shebang stdio server, local HTTP bridge, gate-owned remote MCP endpoint, dependency table, source-pack registry, and proof receipts in one place.
Install and run
The unscoped name was blocked by npm's package-name safety policy, so the legitimate install path is the public Skyes scope. The executable aliases still include the capitalized `Merser` bin.
Smoke commands
npx @skyes0verl0nd0n/merser --help
npx @skyes0verl0nd0n/merser --health
npx @skyes0verl0nd0n/merser --tools
npx @skyes0verl0nd0n/merser --config
npx --package @skyes0verl0nd0n/merser Merser --version
Start stdio
npx @skyes0verl0nd0n/merser --stdio
This starts the MCP stdio server from the published package. It exposes the Merser source-pack world tools to Claude, Cursor, or any compatible MCP client.
{
"mcpServers": {
"merser": {
"command": "npx",
"args": ["-y", "@skyes0verl0nd0n/merser", "--stdio"]
}
}
}
Release breakdown
This page mirrors the pieces developers look for before they trust a package: what it is, how to run it, what it depends on, what tools it exposes, where it is live, and what was stress-tested.
| Runtime dependency | Version | Use inside Merser |
|---|---|---|
| @modelcontextprotocol/sdk | ^1.29.0 | stdio and Streamable HTTP MCP server contracts |
| @react-three/fiber | ^9.6.1 | interactive 3D source-world scene |
| @react-three/drei | ^10.7.7 | camera controls, text, stars, grid, environment helpers |
| @react-three/postprocessing | ^3.0.4 | bloom and scene effects |
| three | ^0.184.0 | world geometry, vectors, lights, fog, materials |
| gsap | ^3.15.0 | scroll director and timeline control |
| lenis | ^1.3.23 | smooth scroll runtime bound to GSAP ticker |
| framer-motion / motion | ^12.38.0 | HUD, cursor trail, runtime chips, and panel motion |
| @theatre/core | ^0.7.2 | directed scene values for camera height and route glow |
| remotion / @remotion/player | ^4.0.464 | looping world reel panel inside the app |
| zod | ^4.1.12 | MCP tool input schemas |
MCP tools
Stress proof
Live surfaces
The browser endpoint is public to inspect, but protocol calls stay behind the shared FS27/SkyGate/Free99 owner lane unless a valid bearer/session is supplied.