Skip to content

meok dpia edpb template mcp for Grok

io.github.csoai-org/meok-dpia-edpb-template-mcp

DPIA generator for the EDPB harmonised template (adopted 14 Apr 2026) with EU AI Act Article 26(9)

client:Grok transport:stdio runtime:pypi

Install meok dpia edpb template mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "meok-dpia-edpb-template-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meok-dpia-edpb-template-mcp"
      ]
    }
  }
}

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

meok dpia edpb template mcp in other clients