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

@webeetle/bigbrother-mcp

v1.0.0

Published

BigBrother MCP Server - Genera test standardizzati ispirati ai test aziendali salvati su BigBrother. Utilizzabile da qualsiasi progetto, su qualsiasi macchina.

Readme

@webeetle/bigbrother-mcp

MCP Server per BigBrother — Genera test E2E standardizzati ispirati ai test aziendali salvati sulla piattaforma BigBrother. Funziona su qualsiasi progetto, su qualsiasi macchina. Zero configurazione.

🚀 Setup veloce (2 minuti)

Cursor / Windsurf

Apri le impostazioni MCP del tuo IDE e aggiungi un nuovo server:

{
  "mcpServers": {
    "bigbrother": {
      "command": "npx",
      "args": ["-y", "@webeetle/bigbrother-mcp"]
    }
  }
}

VS Code (con Cline / Continue)

Aggiungi nelle impostazioni del tuo client MCP:

  • Command: npx
  • Args: -y @webeetle/bigbrother-mcp

Fine. Non serve clonare BigBrother, non serve configurare chiavi, non serve nient'altro.


🛠️ Cosa espone all'AI

Tools (Strumenti)

| Tool | Descrizione | |------|-------------| | generate_test | Genera uno o più test E2E per una funzionalità. Legge automaticamente i test salvati dal team nel DB di BigBrother e li usa come riferimento per stile e struttura. | | list_saved_tests | Elenca tutti i test salvati in BigBrother con nome e data. | | list_code_blocks | Elenca tutti i code block riutilizzabili salvati in BigBrother. |

Resources (Risorse di contesto)

| Risorsa | Descrizione | |---------|-------------| | bigbrother://guidelines/testing | Linee guida aziendali per i test E2E | | bigbrother://db/saved-tests | Ultimi 20 test salvati dal team | | bigbrother://db/code-blocks | Ultimi 20 code block riutilizzabili |


💬 Come usarlo

Una volta configurato, apri la chat del tuo IDE e scrivi:

"Crea i test per la funzionalità di login che ho appena sviluppato"

L'AI:

  1. Chiamerà il tool generate_test del server MCP di BigBrother.
  2. Il server interrogherà il database Supabase per recuperare i test e i code block salvati dal team.
  3. L'AI genererà test allineati allo stile aziendale, non generici.

📦 Sviluppo locale

cd mcp-server
npm install
npm run build
node build/index.js  # Testa che parta senza errori

📄 Licenza

MIT — Webeetle Labs