Skip to content

Agentry.sh Observability for Grok

io.github.fr33dr4g0n/agentry-observability

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

client:Grok transport:stdio runtime:npm

Install Agentry.sh Observability in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agentry.sh Observability in other clients