Skip to content

truncus mcp server for Zed

io.github.codevanmoose/truncus-mcp-server

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

client:Zed transport:stdio runtime:npm

Install truncus mcp server 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": {
    "truncus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@truncus/mcp-server"
      ],
      "env": {
        "TRUNCUS_API_KEY": "<TRUNCUS_API_KEY>"
      }
    }
  }
}

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

truncus mcp server in other clients