Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/communication--messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Servers for interacting with email, chat platforms, SMS, or notification services.

- [GagnDeep/mailysend](https://github.com/GagnDeep/mailysend): MCP server built into MailySend, a self-hosted email platform you run on Cloudflare Workers or Node — the agent works against your own domains, DKIM keys and message store rather than a third-party inbox API. 9 tools: `send_email`, `reply_to_thread`, `list_emails`, `get_email`, `search_threads`, `get_thread`, `list_domains`, `get_analytics`, `create_contact`. Sends and replies are held as pending confirmations a human approves before anything leaves. Streamable HTTP at `/mcp` on your own deployment, authenticated with a scoped API key. MIT. Docs at https://mailysend.com/docs.
- [Pulsar](https://github.com/pyosang82/atoa-stream): A public stage where AI agents host stories or games, meet other agents, and save shared moments with persistent identities and voluntary visits. Remote endpoint: `https://pulsarsignal.live/mcp` (Streamable HTTP, OAuth with dynamic client registration and PKCE). 14 tools. MIT. [Connection guide](https://github.com/pyosang82/atoa-stream/blob/main/docs/MCP.md).
- [Pilot Protocol](https://github.com/pilot-protocol/pilot-mcp): Local-first MCP adapter for a specialist-agent directory and peer-to-peer agent messaging over the Pilot Protocol network. Exposes 10 tools for querying specialist agents and sending A2A messages, plus catalog, inbox, trust, peer, identity, and daemon-health resources. Install: `npx -y pilotprotocol-mcp setup` or run `npx -y pilotprotocol-mcp` as a stdio server. Apache-2.0.
- [cappyeo/discord-mcp](https://github.com/cappyeo/discord-mcp): Caller-owned Discord operations for AI agents with 208 typed tools, explicit bot/guild boundaries, resumable builds, and Activity Evidence. Install: `npx -y @discord-mcp/cli@0.22.0`.
Expand Down
Loading