MCP Server
io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp MCP Server
io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp
What is the io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp MCP server?
DPIA generator for the EDPB harmonised template (adopted 14 Apr 2026) with EU AI Act Article 26(9)
How to install io.github.CSOAI-ORG/meok-dpia-edpb-template-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"meok-dpia-edpb-template-mcp": {
"command": "python",
"args": [
"meok-dpia-edpb-template-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"meok-dpia-edpb-template-mcp": {
"command": "python",
"args": [
"meok-dpia-edpb-template-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"meok-dpia-edpb-template-mcp": {
"command": "python",
"args": [
"meok-dpia-edpb-template-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"meok-dpia-edpb-template-mcp": {
"type": "stdio",
"command": "python",
"args": [
"meok-dpia-edpb-template-mcp"
]
}
}
}Claude Code
claude mcp add meok-dpia-edpb-template-mcp -- python meok-dpia-edpb-template-mcpRelated MCP servers
Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A...
1
View repository →Python
MIT
DORA (EU Digital Operational Resilience Act) compliance for AI agents. 5-pillar audit, incident ...
1
View repository →Python
MIT