mail-index for Cursor
io.github.unsoldgroup/mail-index
Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.
client:Cursor
transport:stdio
runtime:npm
Install mail-index in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mail-index": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mail-index"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs