Postal
Creates a persistent mailbox system enabling asynchronous message passing between agents through send_to_agent and check_mail tools backed by SQLite storage.
4 stars
0 tools
Created Aug 2025
@tkellogg/tkellogg-postal-postal-mcpAbout
Creates a persistent mailbox system enabling asynchronous message passing between agents through send_to_agent and check_mail tools backed by SQLite storage.
Categories
general
Installation
npm
npm install @tkellogg/tkellogg-postal-postal-mcp
Configuration
{
"mcpServers": {
"tkellogg-postal-postal-mcp": {
"command": "npx",
"args": [
"-y",
"@tkellogg/tkellogg-postal-postal-mcp"
]
}
}
}