thrd for Zed
io.github.sergiorico1/thrd
Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.
client:Zed
transport:stdio
runtime:npm
Install thrd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"thrd": {
"command": "npx",
"args": [
"-y",
"thrd-mcp"
],
"env": {
"THRD_API_KEY": "<THRD_API_KEY>",
"THRD_API_BASE_URL": "<THRD_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs