mcp geracompliance for VS Code
io.github.geraservicesuk/mcp-geracompliance
EU AI Act and GDPR compliance: checks, audits, generate policies.
client:VS Code
transport:stdio
runtime:npm
Install mcp geracompliance in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "geracompliance-api-url",
"description": "GERACOMPLIANCE_API_URL",
"password": true
}
],
"servers": {
"mcp-geracompliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracompliance"
],
"env": {
"GERACOMPLIANCE_API_URL": "${input:geracompliance-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs