Skip to content
Cursor

Agentry.sh Observability for Cursor

io.github.fr33dr4g0n/agentry-observability

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

client:Cursor transport:stdio runtime:npm

Install Agentry.sh Observability in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agentry.sh Observability in other clients