CE-RISE Digital Passport Engineering Assistant for Zed
io.github.ce-rise-software/dp-engineering-assistant
Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets.
client:Zed
transport:stdio
runtime:oci
Install CE-RISE Digital Passport Engineering Assistant in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dp-engineering-assistant": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs