Skip to content
Zed

Emilia Protocol for Zed

io.github.emiliaprotocol/mcp-server

Exact-action approval for consequential agent actions: request, track, and verify signed receipts.

client:Zed transport:stdio runtime:npm

Install Emilia Protocol 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",
        "@emilia-protocol/mcp-server"
      ],
      "env": {
        "EP_API_KEY": "<EP_API_KEY>",
        "EP_INCLUDE_PROTOCOL_TOOLS": "<EP_INCLUDE_PROTOCOL_TOOLS>",
        "EP_INCLUDE_REGISTRY_TOOLS": "<EP_INCLUDE_REGISTRY_TOOLS>"
      }
    }
  }
}

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

Emilia Protocol in other clients