{
  "markdown": "<img src=\"docs/icon.svg\" height=\"64\" alt=\"Sessy icon\">\n\n# Sessy\n\nOpen-source email observability for AWS SES by [Marc Köhlbrugge](https://x.com/marckohlbrugge).\n\n## What is Sessy?\n\nAmazon SES is a fantastic email service: cost-effective, reliable, and great deliverability. But it's frustratingly difficult to see what's actually happening with your emails.\n\nThat's why many people turn to overpriced email services that are often just glorified SES wrappers with a nice UI. You end up paying a lot for something you could do yourself.\n\nSessy is the open-source alternative. Use raw SES and still get a beautiful interface to see what happens after you hit send: deliveries, bounces, complaints, opens, clicks, and more.\n\n<img src=\"docs/screenshot.png\" alt=\"Sessy screenshot\">\n\n## Running your own Sessy instance\n\nThe easiest way to run Sessy is with Docker:\n\n```bash\ndocker run -p 80:80 \\\n  -e SECRET_KEY_BASE=$(openssl rand -hex 64) \\\n  -e DISABLE_SSL=true \\\n  -v sessy:/rails/storage \\\n  ghcr.io/marckohlbrugge/sessy:main\n```\n\nSee [Docker deployment docs](docs/docker-deployment.md) for full configuration options.\n\nWant to deploy your own modified version? See [Kamal deployment docs](docs/kamal-deployment.md) for deploying from a fork.\n\nUsing Dokku? See [Dokku deployment docs](docs/dokku-deployment.md).\n\nNeed help configuring AWS SES itself? See [AWS SES setup guide](docs/aws-ses-setup.md).\n\nFor hardening recommendations, see [SES security and deliverability best practices](docs/ses-security-best-practices.md).\n\n## MCP server for AI agents\n\nSessy ships an [MCP](https://modelcontextprotocol.io) server at `/mcp`, so AI coding agents (Claude Code, Cursor, Codex) can query your email data: search events, inspect a message's full delivery timeline with bounce diagnostics, and pull aggregate stats. All tools are read-only.\n\nCreate an API key on the **API keys** page in the web UI, then follow the connect instructions at `/docs/mcp` on your instance. For example, for Claude Code:\n\n```bash\nclaude mcp add --transport http sessy https://your-sessy-host/mcp \\\n  --header \"Authorization: Bearer YOUR_API_KEY\"\n```\n\nTwo things worth knowing:\n\n- **Cloudflare / CDN users:** bot protection (managed challenges) blocks MCP clients. Exempt the `/mcp` path from bot protection or agent requests will fail.\n- **HTTP Basic auth:** `/mcp` authenticates with API keys only and ignores `HTTP_AUTH_*`. Enabling HTTP Basic later does not revoke previously created API keys — review the API keys page after locking down an install.\n\n## Hosted version\n\nWe're working on a managed version of Sessy for those who'd rather not run their own instance.\n\nYou'll notice references to it in this codebase: a `saas/` directory, `Gemfile.saas`, and the occasional `Sessy.saas?` check. These power the hosted version and are intentionally kept in this repository for simplicity, rather than maintaining separate repos. None of it affects self-hosting: the default bundle ignores the `saas/` engine entirely, and the test suite verifies the open-source version behaves identically without it.\n\n## Jobs dashboard\n\nSessy uses [Solid Queue](https://github.com/rails/solid_queue) for background jobs. A web dashboard is available at `/jobs` to monitor queues, retry failed jobs, and view recurring tasks.\n\n## Development\n\nYou are welcome to modify Sessy to your liking.\n\nTo get started:\n\n```bash\nbin/setup\nbin/dev\n```\n\n\n## Contributing\n\nWe welcome contributions! Since we're still in a very early stage, please keep the following in mind:\n\n- **Typos and obvious bugs:** Feel free to submit a PR directly.\n- **Code changes:** Please try to match our existing style.\n- **New features:** Please open an issue first to discuss before implementing.\n- **Deployment docs:** We keep first-party deployment docs focused on broad, open, self-hosted paths we actively use (for example Docker, Kamal, and Dokku). We generally do not add provider-specific deployment guides to this repository.\n\nFor anything beyond small fixes, please open an issue first so no one wastes their time on something we might not merge.\n\n\n## License\n\nSessy is released under the [O'Saasy License](LICENSE.md), except where a subdirectory specifies otherwise (for example, the Claude and Cursor plugin packages are [MIT](.claude-plugin/LICENSE)).\n\n\n## Inspiration\n\nSessy was heavily inspired by [Fizzy](https://github.com/basecamp/fizzy) and we're grateful to [37signals](https://37signals.com) for open-sourcing their codebase.\n",
  "bytes": 4472,
  "sha": "30584976b43d95abf5690b0e4061306bf2ad5574a63491dc7b10bf16ec1dad48",
  "repo_slug": "marckohlbrugge/sessy",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_marckohlbrugge_sessy_cb255833/readme"
}