Sessy — Amazon SES observability
Rank #963io.github.marckohlbrugge/sessy
Read-only Amazon SES observability: search events, inspect bounces, pull delivery stats.
Sessy — Amazon SES observability is a Model Context Protocol (MCP) server published by marckohlbrugge. It ranks #963 of 107,144 servers tracked on MCP Toplist, and its repository has 909 GitHub stars. Sessy — Amazon SES observability is listed on Official MCP, with 1 tracked version. It was first listed on Jul 31, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 106,181 of 107,144 servers on MCP Toplist.
Use Sessy — Amazon SES observability
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http sessy https://api.sessy.do/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.sessy]
url = "https://api.sessy.do/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.sessy.do/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sessy": {
"url": "https://api.sessy.do/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"sessy": {
"type": "http",
"url": "https://api.sessy.do/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sessy": {
"serverUrl": "https://api.sessy.do/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sessy": {
"url": "https://api.sessy.do/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.marckohlbrugge%2Fsessy)<a href="https://mcptoplist.com/server/io.github.marckohlbrugge%2Fsessy"><img src="https://mcptoplist.com/badge/io.github.marckohlbrugge%2Fsessy.svg" alt="MCP Toplist: Top 1% of 107,144" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
marckohlbrugge
Other servers by marckohlbrugge
View all marckohlbrugge servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 31, 2026 |
Frequently asked questions
- Who maintains Sessy — Amazon SES observability?
- Sessy — Amazon SES observability is maintained by marckohlbrugge, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Sessy — Amazon SES observability listed on the Official MCP Registry?
- Yes — Sessy — Amazon SES observability is listed on the Official MCP Registry.
- How many versions does Sessy — Amazon SES observability have?
- MCP Toplist tracks 1 version of Sessy — Amazon SES observability, most recently published on Jul 31, 2026.
- Where can I find the source code for Sessy — Amazon SES observability?
- The source code for Sessy — Amazon SES observability is hosted at github.com/marckohlbrugge/sessy.