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

@menami/mcp-server

v0.2.0

Published

Menami Food Agent — MCP server for AI assistants. The food intelligence layer for the agentic internet.

Readme

@menami/mcp-server

Menami is the food intelligence layer for AI agents. Connect once, access every restaurant.

Quick Start

1. Connect your account

npx @menami/mcp-server connect

Enter your phone number and receive a verification code via SMS or WhatsApp. Your phone number is your Menami identity — no API keys, no OAuth. Same account whether you text Menami or use the CLI.

2. Add to Claude Desktop

Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "menami": {
      "command": "npx",
      "args": ["@menami/mcp-server", "serve"]
    }
  }
}

Restart Claude Desktop. You can now ask Claude things like:

  • "Find me a great Italian restaurant in SF"
  • "Book a table at Pujol for Friday"
  • "What's trending in NYC right now?"

Available Tools

| Tool | Description | |------|-------------| | menami_consult_agent | Get personalized restaurant recommendations | | menami_book_table | Book a table at any restaurant | | menami_place_order | Place a delivery or pickup order | | menami_submit_feedback | Rate your dining experience | | menami_get_taste_profile | View your food preference profile | | menami_get_restaurant | Get detailed restaurant info | | menami_manage_occasions | Set up special occasions and trips |

CLI Usage

For a full command-line experience, install the Menami CLI:

npm install -g menami
menami login
menami recommend "best tacos in SF"

See the CLI documentation for all 9 commands.

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | MENAMI_API_URL | https://api.getmenami.com | API server URL |

Cities

Menami currently covers restaurants in:

  • San Francisco
  • New York City
  • Mexico City

Links