# Hello from Sentry

Provide a simple MCP server implementation to demonstrate integration with Sentry. Enable developers to quickly start with MCP by offering a minimal example that can be extended for custom use cases.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kamath/pls-work

# Browse available tools
npx -y @smithery/cli@latest tool list kamath/pls-work
```

---

Source: https://github.com/kamath/hello-from-sentry
