An MCP server that executes a 9-phase AI governance and audit pipeline to ensure compliance with the EU AI Act, NIST, ISO 42001, and GDPR."
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-compliance-mcp-se": {
"command": "npx",
"args": [
"-y",
"nyayoshbharuchanb15-max/ai-compliance-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ai-compliance-mcp-se npx -y nyayoshbharuchanb15-max/ai-compliance-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-compliance-mcp-se": {
"command": "npx",
"args": [
"-y",
"nyayoshbharuchanb15-max/ai-compliance-mcp-server"
]
}
}
}