Postal

Creates a persistent mailbox system enabling asynchronous message passing between agents through send_to_agent and check_mail tools backed by SQLite storage.

View Source
4 stars
0 tools
Created Aug 2025
@tkellogg/tkellogg-postal-postal-mcp

About

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" ] } } }