Skip to content
Zed

agentmailkit for Zed

io.github.ariaxhan/agentmailkit

Run scheduled LLM-written email digests from local files and feeds. Local-first MCP server.

client:Zed transport:stdio runtime:pypi

Install agentmailkit in Zed

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

{
  "context_servers": {
    "agentmailkit": {
      "command": "uvx",
      "args": [
        "agentmailkit"
      ]
    }
  }
}

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

agentmailkit in other clients