Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mail-index
MCP client config
{
"mcpServers": {
"mail-index": {
"command": "npx",
"args": [
"-y",
"mail-index"
]
}
}
}