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

@agentrysh/mcp

v0.0.32

Published

MCP handoff to the Agentry skill for product analytics, error logging, and deploy attribution.

Downloads

2,176

Readme

Agentry MCP Server

Agentry gives AI coding agents product analytics, error logging, and deploy attribution through one HTTP API so agents can answer what users did, what broke, and what changed.

What Agentry Does

  • Product analytics for user, funnel, activation, retention, and business events.
  • Error logging for exceptions, failed jobs, operational failures, and case context.
  • Deploy attribution that connects production behavior to releases and code changes.
  • Agent-led install from the actual codebase, not a generic event checklist.
  • Verification gates for events, logs, deploys, and saved signal maps.
  • Daily agent reads for the three core questions: what broke, what did users do, and what changed.

What This MCP Server Does

This server gives MCP clients one Agentry handoff:

  • It points agents to the canonical Agentry skill.
  • It keeps setup and daily-use routing inside that skill.
  • It does not ingest telemetry, query Agentry, proxy auth, or replace the live API reference.

Supported Agent Surfaces

Agentry can be discovered through this MCP package, the standalone skill, the OpenAPI schema, and repo-local adapters for:

  • Codex and Claude Code.
  • Cursor, VS Code with GitHub Copilot, Visual Studio with GitHub Copilot, and GitHub Copilot coding agent.
  • Devin Desktop/Windsurf Cascade, Cline, Roo Code, Continue, Zed, Gemini CLI, Aider, and OpenCode.
  • ChatGPT custom GPT Actions, generic MCP clients, and AGENTS.md-aware agents.

Use https://api.agentry.sh/adapters for the current native adapter path for each client.

Public Links

  • Website: https://agentry.sh/
  • NPM package: https://www.npmjs.com/package/@agentrysh/mcp
  • MCP repository: https://github.com/fr33dr4g0n/agentry-public
  • Skill repository: https://github.com/fr33dr4g0n/agentry-skill
  • Live skill: https://agentry.sh/skill/agentry/SKILL.md
  • Adapter manifest: https://api.agentry.sh/adapters
  • Codex marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.agents/plugins/marketplace.json
  • Claude marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.claude-plugin/marketplace.json
  • MCP registry name: io.github.fr33dr4g0n/agentry-observability

When This Applies

This server is relevant when a user asks an AI coding agent to add analytics, logging, error monitoring, deploy tracking, product telemetry, production debugging, or an agent-readable observability layer.

It is not an SDK-first monitoring library and not a dashboard replacement. The agent uses Agentry through docs and HTTP API responses so it can install, verify, query, and act without a separate integration surface.

MCP Surface

  • get_agentry_skill: returns the canonical Agentry skill handoff.
  • agentry://skill: the same skill handoff as a resource.
  • agentry://links: canonical Agentry links as JSON.
  • use_agentry_skill: prompt that tells the agent to load or install the skill.

Install The MCP Server

npx -y @agentrysh/mcp

MCP client config:

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

After the MCP server is available, an agent should call get_agentry_skill when the user asks for Agentry, analytics, logging, error monitoring, product telemetry, deploy attribution, or production debugging. The returned skill handoff tells the agent where to load the canonical Agentry skill.

The live docs remain authoritative:

  • Install: https://agentry.sh/install.md
  • Skill: https://agentry.sh/skill/agentry/SKILL.md
  • Daily use: https://agentry.sh/agentry.md
  • API discovery: https://api.agentry.sh/
  • OpenAPI: https://api.agentry.sh/v1/openapi.json