localSMTP-mcp
by fclef819
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUT | No | The output directory for .eml files (e.g., --out in CLI) | |
| SMTP_HOST | No | The SMTP server host (e.g., --smtp-host in CLI) | 127.0.0.1 |
| SMTP_PORT | No | The SMTP server port (e.g., --smtp-port in CLI) | 25 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_messagesC | List received email messages. |
| get_messageB | Get a received email message by id. |
| clear_messagesA | Delete all received email messages from the output directory. |
| get_server_statusA | Get SMTP listener and message store status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fclef819/localSMTP-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server