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

@primer/brand-mcp

v0.76.0

Published

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Readme

@primer/brand-mcp

A Model Context Protocol server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

It is a version-aware, stdio (local) server which reads the docs and metadata of your installed @primer/react-brand dependency.

Tools

| Tool | What it does | | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | | primer_brand_setup | Configures Primer Brand first-time and maintains a Primer Brand pointer beside the declaring package.json. | | primer_brand_page_design | Page-design conventions (header/footer, hero media, gridline aesthetic, card grids, metadata patterns) and the current-brand reference templates to start from. | | primer_brand_component | Get a component API information like props, allowed values and named sub-components. | | primer_brand_examples | Reference examples taken from our Storybook. | | primer_brand_tokens | Resolve design tokens by intent (color, space, typography) to CSS variables and values. | | primer_brand_asset | Find Octicons (@primer/octicons-react) and Octovisuals (@primer/octovisuals-react) more easily | | primer_brand_docs | Search and read Primer Brand guidance, including principles, accessibility and getting started. | | primer_brand_review | Check generated JSX and CSS against the design system for unknown components, invalid props, hardcoded values |

Getting started

Requires Node.js >= 24.

VS Code

{
  "servers": {
    "Primer Brand": {
      "type": "stdio",
      "command": "npx",
      "args": ["@primer/brand-mcp@latest"]
    }
  }
}

When an agent calls primer_brand_setup, the tool updates AGENTS.md only in a package whose package.json declares @primer/react-brand. Existing instructions are preserved. If several workspace packages declare the dependency, call setup with projectDir set to the intended workspace-relative package folder. The pointer routes future agents to the MCP tools and version-matched docs bundled with the installed package.

Copilot CLI / other stdio clients

Run the server with npx @primer/brand-mcp@latest.

License

MIT