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

giga-manager

v1.1.0

Published

Project memory and task management for your codebase

Readme

Giga Project & Task Management MCP

Manage project memory and tasks for your AI projects

Problem

AI coding tools like Cursor often get lost about the project and forget what the user has asked for.

This leads to frustration, repeated explanations, and broken flow.

This MCP automatically manages your project and tasks via files:

  • .giga/memory/memory.md: Contains all project information including technical overview, decisions, preferences, and instructions

https://github.com/user-attachments/assets/3aa25ae8-40c5-4188-9987-684c4f3602cc

Installation

  1. Automatically install giga-manager in the client of your choice:
npx -y install-mcp -i "npx -y giga-manager" --client cursor # or windsurf, cline, etc
  • Installation command: npx -y giga-manager
  • MCP name: giga-manager

Or, install it manually by modifying your JSON file:

{
  "mcpServers": {
    "giga-manager": {
      "command": "npx",
      "args": ["-y", "giga-manager"],
    }
  }
}
  1. Add this one line to your rules file (.cursorrules for Cursor, .windsurfrules for Windsurf, etc)
EVERY TIME RUN `giga_autorun` TOOL CALL AS THE FIRST THING. DO THAT BEFORE DOING ANYTHING ELSE. STRICTLY FOLLOW ALL INSTRUCTIONS FROM THE RESULT FIRST!

https://github.com/user-attachments/assets/d98863a2-a5d4-4fd0-b301-de497fc20cc9

Features

  • Automated project memory management
  • Project memory tracking and management
  • Integration with MCP clients like Cursor, Windsurf, etc

License

This project is licensed under the AGPL-3.0-only license - see the LICENSE file for details.