Digital Passport Assessment Workbench for Grok
io.github.ce-rise-software/dpawb
Deterministic SHACL-based assessment and comparison for digital passport data models.
client:Grok
transport:stdio
runtime:oci
Install Digital Passport Assessment Workbench in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dpawb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ce-rise-software/dpawb-mcp:0.1.2"
]
}
}
}
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