Skip to main content
Glama

MCP Notmuch Sendmail

by runekaagaard
Mozilla Public License 2.0
2
<html> <head> <meta charset="utf-8"> <title>{% if metadata.thread_info %}Reply to Email Thread{% else %}New Email{% endif %}</title> <style> {{ css }} /* Layout styles */ .wrapper { max-width: 800px; margin: 0 auto; padding: 0 20px; } /* Email header styles */ .email-header { padding: 8px 16px; border-radius: 4px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; } .email-header strong { display: inline-block; width: 5.5em; } </style> </head> <body> <div class="wrapper"> {% if metadata %} <div class='email-header'> {% if metadata.subject %} <strong>Subject:</strong> {{ metadata.subject }}<br> {% endif %} {% if metadata.to %} <strong>To:</strong> {{ metadata.to|join(', ') }}<br> {% endif %} {% if metadata.cc %} <strong>Cc:</strong> {{ metadata.cc|join(', ') }}<br> {% endif %} {% if metadata.bcc %} <strong>Bcc:</strong> {{ metadata.bcc|join(', ') }}<br> {% endif %} </div> {% endif %} <hr> <article> {{ content }} {{ signature }} </article> </div> </body> </html>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runekaagaard/mcp-notmuch-sendmail'

If you have feedback or need assistance with the MCP directory API, please join our Discord server