@rederjs/shim
v0.1.0
Published
Reder MCP shim — loaded by Claude Code in each project to connect to the reder daemon.
Downloads
73
Readme
@rederjs/shim
The reder MCP shim — an MCP server (reder-shim) that Claude Code loads per project via .mcp.json. It authenticates with an argon2id-hashed session token, then proxies channel events (<channel source="reder">…</channel>) and reply tool calls to and from the reder daemon over a Unix socket. Also ships reder-hook, the binary Claude Code session-activity hooks invoke.
You don't install this package directly. It comes along with the CLI:
npm install -g rederjsThat ships both reder-shim and reder-hook on your PATH. reder sessions add writes the .mcp.json and hook entries that point at them — installation per project is automatic from there.
See also: the main repo README for the system architecture diagram and the development guide for how Claude Code, the shim, and the daemon fit together.
