~/agent-config
Browse
MCP

Sentry MCP

Pulls error reports and stack traces from Sentry into your agent so it can triage and fix production issues with full context. Needs an auth token.

#mcp #sentry #errors #monitoring

Snippet

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@sentry/mcp-server"],
      "env": {
        "SENTRY_AUTH_TOKEN": "YOUR_SENTRY_TOKEN"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

BackendDevopsFullstack

Related resources

MCP

Postgres MCP

Gives your agent read-only access to a PostgreSQL database so it can inspect schemas and run queries while writing data-layer code. Point it at a conn…

#mcp #postgres #database +1

Cursor, Claude Code, Windsurf +2

Details
Skill

Systematic Debugging

Roots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms…

#debugging #workflow #troubleshooting

Cursor, Claude Code, Windsurf +3