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

tylor-mcp

v1.1.4

Published

Give Claude Code persistent memory, laser-focused context, and an autonomous team of specialists.

Readme

License: MIT Platform: Windows | macOS | Linux | WSL Claude Code GitHub Copilot Antigravity


Tylor transforms your Claude Code experience from a single-shot terminal interaction into a persistent, intelligent workspace.

Every time you open Claude Code, you normally start from zero. Tylor fixes that. It organizes your work into threads—isolated, named workspaces that survive restarts and reboots. It remembers every decision, every line of code, and every discussion, so you never have to repeat yourself.

No database. No cloud account. No configuration. Just install and go.


🎨 How It Works


✨ Features

🧠 Persistent Memory

Tylor completely eliminates the "context reset." Shut down your computer, close your terminal, and come back a week later—Claude will pick up exactly where you left off.

🗂️ Context Isolation (Threads)

Work in parallel without context bleed. Discuss frontend components in a Frontend thread and database schemas in a Backend thread. By isolating context, token usage stays low, and Claude's focus stays incredibly sharp.

🤖 Intelligent Orchestration

You don't need to micromanage. Claude acts as the orchestrator. If you ask it to review architecture, it will dynamically load its cto persona. If you ask it to write a PRD, it natively invokes the bmad skill framework to get the job done.

🔌 Infinite Extensibility (Lazy-Loading)

Tylor is built on a production-hardened ADK-pattern harness. You can register hundreds of domain-specific ECC skills (like ecc/web, ecc/data) via the /add-skill command. Tylor lazy-loads only the tools required for the current prompt, giving you massive capability scaling without ever blowing up Claude's token context window.

🏗️ Autonomous AFK Sandboxing

Declare a sandbox for your thread and let Claude work autonomously. Assign large, complex tasks and let Claude execute them while you step away from the keyboard.

📊 Visual Dashboard

Monitor your entire workspace through a beautiful, locally hosted web UI. Track active threads, review past conversations, and watch autonomous agent progress in real-time.


🚀 Installation

Tylor installs seamlessly into your Claude Code, Claude Desktop, GitHub Copilot, Antigravity, or VSCode Claude extension environment. Requires Python 3.8+.

⚡ Option 1: The One-Line Installer (Recommended)

If you have Node.js installed, you can configure Tylor instantly across all your clients without manually cloning the repository. Simply run:

npx tylor-mcp

💻 Option 2: Manual Git Clone

macOS / Linux / WSL:

git clone https://github.com/GunjanGrunge/tylor ~/.claude/plugins/GunjanGrunge/tylor
python3 ~/.claude/plugins/GunjanGrunge/tylor/install.py

Windows:

git clone https://github.com/GunjanGrunge/tylor %USERPROFILE%\.claude\plugins\GunjanGrunge\tylor
python %USERPROFILE%\.claude\plugins\GunjanGrunge\tylor\install.py

Step 3: Verify

  1. Restart your Claude, GitHub Copilot, or Antigravity client completely (close the terminal/app and reopen it).
  2. Type /help-agent101 in your prompt (or use Copilot Chat / /mcp show).
  3. If you see the capability index, Tylor is fully operational!

🕹️ Quick Start

Creating your first persistent workflow is incredibly simple:

/new-thread Authentication   ← Create a persistent workspace
/run we need to implement JWT based authentication

/new-thread Dashboard UI     ← Create an isolated UI thread
/run build a react dashboard with a sidebar

/switch-thread Authentication ← Instantly switch context back to Auth
/run add refresh token logic

/list-threads                ← View your workspace status
/open-threads-ui             ← Launch the visual dashboard

🛠️ Command Reference

Tylor exposes a suite of powerful commands directly within Claude:

| Command | Description | |---|---| | /new-thread <name> | Create a named thread and seamlessly switch future work into it. | | /switch-thread <name> | Switch context to an existing thread (fuzzy matching supported). | | /list-threads | Show all available threads alongside their status and activity. | | /kill-thread <name> | Close a thread and dispatch asynchronous summarization. | | /recall | Search through the deep semantic memory of your active thread. | | /add-skill | Install a new skill package dynamically. | | /open-threads-ui | Open the live, local thread visualizer UI in your browser. | | /set-sandbox <path> | Declare specific filesystem roots for secure, autonomous execution. | | /afk-status | Get real-time progress reports on current autonomous background tasks. |

Pro Tip: You can also use shorthand aliases like CT <name> to create a thread or SwThread <name> to switch.


🔒 Bumblebee Security Gate

Tylor now includes a default, plugin-wide security gate powered by Bumblebee. When a risky command is detected—especially package installs, extension installs, skill/package additions, or MCP config changes—Tylor will initiate a read-only Bumblebee scan before the command runs.

  • Enabled by default for any command pattern that looks like pip install, npm install, editor/extension installs, or skill/config setup.
  • If Bumblebee is missing, Tylor will flag the command and surface clear guidance instead of executing it blindly.
  • If Bumblebee detects risk, execution is blocked and the user sees actionable alternatives.

Suggested responses from the gate include:

  • Install Bumblebee or set BUMBLEBEE_PATH if the CLI is not found.
  • Run bumblebee scan --json manually before retrying.
  • Disable the gate temporarily with BUMBLEBEE_ENABLED=false only if you understand the risk.
  • Review package metadata, MCP config changes, and AI tool integrations before proceeding.

This layer applies across the plugin, regardless of which thread or persona is active.


🎭 Sub-Agents & Personas

Tylor comes pre-equipped with specialist sub-agents. Claude will automatically invoke these personas based on the nature of your query—no manual intervention required.

  • cto: System architecture, tradeoffs, platform strategy, and engineering standards.
  • code_agent: Senior software engineer laser-focused on shipping robust code and tests.
  • analyst: Market research, data synthesis, and technical decision support.
  • ceo: Product strategy, roadmap prioritization, and stakeholder framing.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.