Skip to content

CE-RISE Digital Passport Engineering Assistant for Grok

io.github.ce-rise-software/dp-engineering-assistant

Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets.

client:Grok transport:stdio runtime:oci

Install CE-RISE Digital Passport Engineering Assistant in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dp-engineering-assistant": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CE-RISE Digital Passport Engineering Assistant in other clients