The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Agentry Observability listing page.
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.
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.
Agentry is distributed as a skill, MCP handoff, OpenAPI Action schema, and repo-local instruction adapters for the agent surfaces developers already use:
The adapter manifest is the canonical place to discover the current native file path for each client: https://api.agentry.sh/adapters.
io.github.fr33dr4g0n/agentry-observabilityMCP client config:
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.
The plugin in plugins/agentry bundles the same skill for Claude Code plugin
marketplace installs.
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.
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.