Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Monitoring
  3. Agentry Observability
Agentry Observability logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:03:23 PM

Agentry Observability

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Agentry skill handoff for agent-native analytics and logging.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentry-observability": {
      "command": "npx",
      "args": [
        "-y",
        "@agentrysh/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“Š More in Monitoring

Documentation Overview

Agentry for AI Coding Agents

Agentry

Agentry is agent-native analytics and logging for coding agents. It covers 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 Covers

  • 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, with verification before the setup is called complete.

What This Repository Contains

This repository contains public discovery surfaces for Agentry across MCP, Claude Code, Codex, and agent IDE adapter ecosystems.

  • packages/mcp - MCP server that returns the canonical Agentry skill handoff.
  • plugins/agentry - shared Claude Code and Codex plugin containing the canonical Agentry skill.
  • .claude-plugin/marketplace.json - Claude Code marketplace catalog.
  • .agents/plugins/marketplace.json - Codex plugin marketplace catalog.
  • https://api.agentry.sh/adapters - live adapter manifest for repo-local instruction files used by AI coding IDEs and agent CLIs.

The MCP server and skill do not proxy the Agentry API, ingest telemetry, or replace the live docs. Runtime apps write directly to Agentry's HTTP API.

Supported Agent Surfaces

Agentry is distributed as a skill, MCP handoff, OpenAPI Action schema, and repo-local instruction adapters for the agent surfaces developers already use:

  • 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.
  • AGENTS.md-compatible agents such as Jules, Factory, Amp, goose, Warp, JetBrains Junie, Augment Code, Kilo Code, Phoenix, Semgrep, Ona, and UiPath coded agents.

The adapter manifest is the canonical place to discover the current native file path for each client: https://api.agentry.sh/adapters.

Canonical Docs

  • 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

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

MCP Server

Terminal
npx -y @agentrysh/mcp

MCP client config:

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

The MCP surface 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.

Claude Code Skill

bash
mkdir -p ~/.claude/skills/agentry
curl -fsSL https://agentry.sh/skill/agentry/SKILL.md > ~/.claude/skills/agentry/SKILL.md

The plugin in plugins/agentry bundles the same skill for Claude Code plugin marketplace installs.

Codex Plugin

Agentry is distributed to Codex as a Git-backed marketplace source. It will not appear in global Codex plugin search for unrelated accounts until they add this marketplace source, receive a workspace share, or OpenAI curates it.

bash
codex plugin marketplace add fr33dr4g0n/agentry-public
codex plugin add agentry@agentry

Then open Codex Plugins and switch to the agentry marketplace source if you want to browse it visually.

The plugin in plugins/agentry bundles the same skill for Codex plugin marketplace installs and includes Agentry logo metadata for Codex plugin cards.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Monitoring View all alternatives
  • D
    Dynatrace

    Connect AI assistants to Dynatrace to query observability data and analyze problems.

    πŸ“Š Monitoring0 views
    Compare vs Dynatrace β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ“Š Monitoring5 views
    Compare vs World Monitor β†’
  • Netdata logoNetdata

    Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

    πŸ“Š Monitoring0 views
    Compare vs Netdata β†’
  • Sessy β€” Amazon SES observability logoSessy β€” Amazon SES observability

    Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats.

    πŸ“Š Monitoring0 views
    Compare vs Sessy β€” Amazon SES observability β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agentry Observability

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentry-observability": { "command": "npx", "args": ["-y", "Agentry Observability"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentry Observability AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentry-observability?style=directory)](https://allmcps.com/mcp/agentry-observability)
HTML Embed
<a href="https://allmcps.com/mcp/agentry-observability"><img src="https://allmcps.com/api/badge/agentry-observability?style=directory" alt="Agentry Observability on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠMonitoring
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Monitoring β†’Best MCP servers for Monitoring & Observability β†’Alternatives to Agentry Observability β†’Install in Claude DesktopInstall in CursorInstall in VS Code