Agentry MCP Server

Agentry MCP Server

Provides agent-native analytics and logging for coding agents, enabling product analytics, error logging, and deploy attribution through an MCP handoff.

Category
Visit Server

README

Agentry for AI Coding Agents

<p> <a href="https://agentry.sh"> <img src="https://agentry.sh/brand/agentry-lockup-light.svg" alt="Agentry" width="248"> </a> </p>

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

npx -y @agentrysh/mcp

MCP client config:

{
  "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

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.

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured