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
{
"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