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

undertow-mcp

v0.3.1

Published

MCP server for Undertow — passive time tracking and workspace tools for Claude Code

Readme

undertow-mcp

MCP server for the Undertow app — passive time tracking and workspace tools for Claude Code.

Requires an Undertow account. Undertow is currently a closed beta — sign-in is limited to invited accounts. The MCP server is non-functional without a valid API token.

Setup

Run the interactive wizard on any new machine:

npx undertow-mcp@latest setup

It will:

  1. Ask for your API token (get one at Settings > Integrations)
  2. Scan for git repos and let you pick the right one
  3. Map the repo to an Undertow project
  4. Configure session hooks for time tracking
  5. Install the Tandy managed agent

Then restart Claude Code and run /agent tandy.

Manual MCP Server Config

If you just want the MCP server without the wizard, add to ~/.claude.json:

{
  "mcpServers": {
    "undertow": {
      "command": "npx",
      "args": ["-y", "undertow-mcp"],
      "env": {
        "UNDERTOW_API_TOKEN": "ut_your_token_here"
      }
    }
  }
}

What it does

33 tools for managing your workspace from Claude Code:

  • Tasks — query, create, update, delete, change status, comment, tag
  • Projects — list, create, update, delete, get AI-generated briefs
  • Time — log entries, query history, review and resolve proposals
  • Tags & Clients — create and manage
  • Notifications — list and mark read
  • Figma files — attach, list, and remove Figma files on projects
  • Setup — register git remotes for automatic project mapping
  • Session — get current tracking status, reconcile signals at session end

Passive time tracking:

Every tool call is recorded as an interaction signal. When your session ends, Undertow's metabolism engine analyzes the signals to detect activity bursts and propose time entries — no manual logging required.

Environment variables

| Variable | Required | Default | |----------|----------|---------| | UNDERTOW_API_TOKEN | Yes | — | | UNDERTOW_API_URL | No | the Undertow API base URL |

License

MIT