10 days ago
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
Server Config
{
"mcpServers": {
"hyperkitty": {
"command": "sh",
"args": [
"-c",
"docker run --rm -i -v ~/.hyperkitty-mcp/credentials.yaml:/home/hyperkitty/.hyperkitty-mcp/credentials.yaml:ro registry.gitlab.com/thenewit/hyperkitty-mcp"
]
}
}
}