Odel
Agentry.sh Observability

Agentry.sh Observability

Local
@fr33dr4g0n1TypeScriptUpdated 1mo ago

Canonical Agentry discovery for coding agents: analytics, errors, deploys, and automation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentrysh/mcpv0.1.0

Run

npx -y @agentrysh/mcp

MCP client config

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