mcp
2 questions
- AI
How do I get Claude to react to a Sentry alert while I sleep?
Channels are MCP servers that push events into your already-running Claude Code session — webhooks from CI or Sentry, DMs from your phone, anything that can speak HTTP. Here's the webhook-receiver pattern end to end, plus the sender-gating footgun that bites people.
- AI
How do I connect Claude Code to my database via MCP?
Wire up the official Postgres MCP server in read-only mode so Claude can query schemas and inspect rows without risking writes.