CE-RISE Digital Passport Engineering Assistant for Cursor
io.github.ce-rise-software/dp-engineering-assistant
Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets.
client:Cursor
transport:stdio
runtime:oci
Install CE-RISE Digital Passport Engineering Assistant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dp-engineering-assistant": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs