Skip to content
Zed

AIPost MCP Server for Zed

io.github.aipost-email/mcp-server

Typed structured messaging for AI agents via AIPost.email with Ed25519 signing

client:Zed transport:stdio runtime:npm

Install AIPost 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aipost/mcp-server"
      ],
      "env": {
        "AIPOST_API_KEY": "<AIPOST_API_KEY>",
        "AIPOST_ED25519_KEY_PATH": "<AIPOST_ED25519_KEY_PATH>",
        "AIPOST_BASE_URL": "<AIPOST_BASE_URL>"
      }
    }
  }
}

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

AIPost MCP Server in other clients