Catalog
io.github.SergioRico1/thrd
OfficialThrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.
Email tools for managing events and threads with safe sending and security features.
README not available yet.
Install
Configuration
Environment variables
THRD_API_KEYrequiredsecretThrd agent API key (Bearer token).
THRD_API_BASE_URLdefault https://api.thrd.emailThrd API base URL.
claude_desktop_config.json
{
"mcpServers": {
"thrd": {
"command": "npx",
"args": [
"-y",
"thrd-mcp@0.1.5"
],
"env": {
"THRD_API_KEY": "<YOUR_THRD_API_KEY>",
"THRD_API_BASE_URL": "https://api.thrd.email"
}
}
}
}