Skip to content
Zed

iMessage History for Zed

io.github.anipotts/imessage-mcp

Search and read your Apple Messages history from any MCP client. Read-only, local.

client:Zed transport:stdio runtime:npm

Install iMessage History in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "imessage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "imessage-mcp"
      ],
      "env": {
        "IMESSAGE_PRIVACY": "<IMESSAGE_PRIVACY>",
        "IMESSAGE_CONTACTS": "<IMESSAGE_CONTACTS>",
        "IMESSAGE_DB": "<IMESSAGE_DB>",
        "IMESSAGE_CACHE": "<IMESSAGE_CACHE>",
        "IMESSAGE_UPDATE_CHECK": "<IMESSAGE_UPDATE_CHECK>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

iMessage History in other clients