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

@monora-ai/mcp

v0.1.1

Published

Official read-only MCP server for Monora, the self-hosted company brain. Lets an AI agent search and read only the folders your Monora access key authorizes, served over HTTPS from your own Monora instance. Nothing is stored locally and it cannot write.

Readme

@monora-ai/mcp

Official read-only MCP server for Monora - the self-hosted "company brain".

It lets an AI agent (Claude Code, Cursor, Codex, ...) search and read only the folders your Monora access key authorizes, served over HTTPS from your own Monora instance. Nothing is copied to your machine, and it cannot write.

claude mcp add monora \
  --env MONORA_URL=https://git.your-company.example \
  --env MONORA_TOKEN=<your-access-key> \
  -- npx @monora-ai/mcp

What it exposes

A small set of read-only tools to the agent: search, read_file, list_folders, list_files. Each call is proxied to your Monora instance, which returns only what your key authorizes.

What it does NOT do

  • It talks only to the instance in MONORA_URL (your own Monora server). No third-party hosts, no telemetry.
  • It is read-only: no writing, no deleting, no pushing. To edit, use @monora-ai/connector instead, which gives you a local editable tree.
  • It only ever returns folders your key is authorized for. Access is enforced server-side.
  • It stores nothing on disk.

Security model

  • MONORA_TOKEN is a bearer access key, scoped per user and revocable at any time from your Monora instance's settings. Keep it out of shared logs and chats; if it leaks, revoke and reissue.
  • Your Monora instance is self-hosted - your data stays on infrastructure you control.

Requirements

Node >= 20.


Built and maintained by the Monora team. Questions or issues: https://monora.ai.