npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

reevesagents-win

v1.7.6

Published

MCP-only, ConPTY-driven agent-control server for native Windows: spawn and drive AI CLIs without tmux or WSL

Readme

reevesagents-win

MCP-only, ConPTY-driven agent control for native Windows. It lets one AI CLI (Claude Code, Codex, Kimi, Qwen, Hermes) spawn and drive other AI CLIs over MCP, with no tmux and no WSL.

It is the native-Windows sibling of reevesagents, the tmux-based manager for macOS, Linux, and WSL. Same idea, Windows-native runtime: each agent runs as a provider CLI in its own ConPTY pseudo-console, hosted by the MCP server for the session.

Install

npm install -g reevesagents-win

Needs Node 20.19+ and at least one provider CLI installed and signed in.

Use it

Connect it to a host CLI, then that CLI gains the tools to spawn and steer other agents:

reevesagents-win attach claude    # or codex, kimi, qwen, hermes

Start a new session of the host CLI so it loads the tools, then ask the agent to spawn and drive others. Check your setup any time:

reevesagents-win doctor
reevesagents-win setup

Tools

A focused drive loop over MCP: list_providers, spawn, read, send_text, send_key, interrupt, kill, stop, list, list_hosts, attach_host, detach_host, doctor, plus a getting-started guide resource and connect-time instructions.

How it differs from reevesagents

  • No tmux. Agents run in ConPTY consoles hosted by the MCP server, so they live for the session (close the host CLI session and they stop).
  • MCP only. No TUI or web UI; it is meant to be driven by a host CLI.

Apache-2.0.