HomeCloud & Monitoring › Sessy — Amazon SES observability

Sessy — Amazon SES observability

Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats.

Ruby Remote
★ 935 stars Last pushed 2026-09-22 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.sessy.do/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http sessy https://api.sessy.do/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "sessy": {
      "url": "https://api.sessy.do/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token from your Sessy API keys page (https://app.sessy.do/api_keys). Self-hosters: point the URL at your own instance's /mcp endpoint instead of api.sessy.do. Setup: https://sessy.do/docs/mcp

Related servers

Data from the Official MCP Registry