{
  "markdown": "# Agentry for AI Coding Agents\n\n<p>\n  <a href=\"https://agentry.sh\">\n    <img src=\"https://agentry.sh/brand/agentry-lockup-light.svg\" alt=\"Agentry\" width=\"248\">\n  </a>\n</p>\n\nAgentry is agent-native analytics and logging for coding agents. It covers\nproduct analytics, error logging, and deploy attribution through one HTTP API so\nagents can answer what users did, what broke, and what changed.\n\n## What Agentry Covers\n\n- Product analytics for user, funnel, activation, retention, and business\n  events.\n- Error logging for exceptions, failed jobs, operational failures, and case\n  context.\n- Deploy attribution that connects production behavior to releases and code\n  changes.\n- Agent-led install from the actual codebase, with verification before the\n  setup is called complete.\n\n## What This Repository Contains\n\nThis repository contains public discovery surfaces for Agentry across MCP,\nClaude Code, Codex, and agent IDE adapter ecosystems.\n\n- `packages/mcp` - MCP server that returns the canonical Agentry skill handoff.\n- `plugins/agentry` - shared Claude Code and Codex plugin containing the\n  canonical Agentry skill.\n- `.claude-plugin/marketplace.json` - Claude Code marketplace catalog.\n- `.agents/plugins/marketplace.json` - Codex plugin marketplace catalog.\n- `https://api.agentry.sh/adapters` - live adapter manifest for repo-local\n  instruction files used by AI coding IDEs and agent CLIs.\n\nThe MCP server and skill do not proxy the Agentry API, ingest telemetry, or\nreplace the live docs. Runtime apps write directly to Agentry's HTTP API.\n\n## Supported Agent Surfaces\n\nAgentry is distributed as a skill, MCP handoff, OpenAPI Action schema, and\nrepo-local instruction adapters for the agent surfaces developers already use:\n\n- Codex and Claude Code.\n- Cursor, VS Code with GitHub Copilot, Visual Studio with GitHub Copilot, and\n  GitHub Copilot coding agent.\n- Devin Desktop/Windsurf Cascade, Cline, Roo Code, Continue, Zed, Gemini CLI,\n  Aider, and OpenCode.\n- ChatGPT custom GPT Actions, generic MCP clients, and AGENTS.md-aware agents.\n- AGENTS.md-compatible agents such as Jules, Factory, Amp, goose, Warp,\n  JetBrains Junie, Augment Code, Kilo Code, Phoenix, Semgrep, Ona, and UiPath\n  coded agents.\n\nThe adapter manifest is the canonical place to discover the current native\nfile path for each client: https://api.agentry.sh/adapters.\n\n## Canonical Docs\n\n- Install: https://agentry.sh/install.md\n- Skill: https://agentry.sh/skill/agentry/SKILL.md\n- Daily use: https://agentry.sh/agentry.md\n- API discovery: https://api.agentry.sh/\n- OpenAPI: https://api.agentry.sh/v1/openapi.json\n\n## Public Links\n\n- Website: https://agentry.sh/\n- NPM package: https://www.npmjs.com/package/@agentrysh/mcp\n- MCP repository: https://github.com/fr33dr4g0n/agentry-public\n- Skill repository: https://github.com/fr33dr4g0n/agentry-skill\n- Live skill: https://agentry.sh/skill/agentry/SKILL.md\n- Adapter manifest: https://api.agentry.sh/adapters\n- Codex marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.agents/plugins/marketplace.json\n- Claude marketplace catalog: https://github.com/fr33dr4g0n/agentry-public/blob/main/.claude-plugin/marketplace.json\n- MCP registry name: `io.github.fr33dr4g0n/agentry-observability`\n\n## MCP Server\n\n```bash\nnpx -y @agentrysh/mcp\n```\n\nMCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentry\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@agentrysh/mcp\"]\n    }\n  }\n}\n```\n\nThe MCP surface is relevant when a user asks an AI coding agent to add\nanalytics, logging, error monitoring, deploy tracking, product telemetry,\nproduction debugging, or an agent-readable observability layer.\n\n## Claude Code Skill\n\n```bash\nmkdir -p ~/.claude/skills/agentry\ncurl -fsSL https://agentry.sh/skill/agentry/SKILL.md > ~/.claude/skills/agentry/SKILL.md\n```\n\nThe plugin in `plugins/agentry` bundles the same skill for Claude Code plugin\nmarketplace installs.\n\n## Codex Plugin\n\nAgentry is distributed to Codex as a Git-backed marketplace source. It will not\nappear in global Codex plugin search for unrelated accounts until they add this\nmarketplace source, receive a workspace share, or OpenAI curates it.\n\n```bash\ncodex plugin marketplace add fr33dr4g0n/agentry-public\ncodex plugin add agentry@agentry\n```\n\nThen open Codex Plugins and switch to the `agentry` marketplace source if you\nwant to browse it visually.\n\nThe plugin in `plugins/agentry` bundles the same skill for Codex plugin\nmarketplace installs and includes Agentry logo metadata for Codex plugin cards.\n",
  "bytes": 4516,
  "sha": "f9e4850e89d9ee253bbd8780254abd5e422b1385856e86de11ee334272323530",
  "repo_slug": "fr33dr4g0n/agentry-public",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fr33dr4g0n_agentry_observabili_37f879c2/readme"
}