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

@ilam/agento-mcp

v5.2.1

Published

AgentO MCP Server - Hard enforcement for code quality and memory management in Claude Code

Readme

@ilam/agento-mcp

MCP server for the AgentO Claude Code plugin. This package is automatically registered when you install the AgentO plugin. See the GitHub repository for full documentation and installation instructions.

Quick Start

For most users: Install the AgentO plugin -- this MCP server is included automatically.

Manual setup: Add to your project's .mcp.json:

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

Then run /agento:init in Claude Code.

Tools

| Tool | Purpose | |------|---------| | agento_write | Write files with rule enforcement | | agento_read | Read files with auto-indexing | | agento_bash | Execute commands safely | | agento_search | Smart codebase search with memory integration | | agento_memory | Direct memory file access and project context | | agento_rules | Manage project rules | | agento_functions | Query function index | | agento_index | Index codebase (functions, classes, data structures, routes, flow graph) | | agento_config | Configuration | | agento_entrypoints | Find entry points for features | | agento_flow | Get call graph subgraphs | | agento_symbol | Lookup function/class details | | agento_patterns | Manage extraction patterns (list, add, remove, test, suggest) |

Features

  • Rule enforcement - User-defined rules checked on every write
  • Duplicate detection - Warns on similar function signatures
  • Dynamic pattern system - 25 built-in extraction patterns for 8 languages
  • Data structure extraction - Interfaces, types, enums, structs, models
  • Route extraction - Express, FastAPI, Flask, NestJS, Next.js, Gin
  • Cross-referencing - Links types to the functions that use them
  • Flow graph - Full call graph with efficient subgraph queries
  • Auto-indexing - Function index updated automatically
  • Test runner - Auto-detects Playwright, Jest, pytest, PHPUnit

Memory Files

Creates .agenticMemory/ in your project:

| File | Purpose | |------|---------| | FUNCTIONS.md | Function signatures and dependencies | | PROJECT_MAP.md | Project structure, modules, routes | | FLOW_GRAPH.json | Call graph with symbol IDs | | DATASTRUCTURE.md | Interfaces, types, enums, structs with cross-references | | RULES.md | User-defined rules | | ARCHITECTURE.md | Project structure and context | | DISCOVERY.md | Explored areas | | ATTEMPTS.md | Failed actions | | config.json | Settings and custom patterns |

Links

License

MIT