thrd for Cursor
io.github.sergiorico1/thrd
Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.
client:Cursor
transport:stdio
runtime:npm
Install thrd in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thrd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"thrd-mcp"
],
"env": {
"THRD_API_KEY": "<THRD_API_KEY>",
"THRD_API_BASE_URL": "<THRD_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs