Skip to content
Tech News
← Back to articles

RiskReady-open-source GRC platform with MCP gateway and human-approved mutations

read original more articles
Why This Matters

The RiskReady open-source GRC platform introduces a human-reviewed AI-driven approach to compliance management, enabling organizations to efficiently assess and mitigate risks while maintaining control over sensitive data. Its modular design and multiple connection options make it adaptable for various enterprise needs, fostering more secure and transparent governance practices in the tech industry.

Key Takeaways

RiskReady Community Edition Open-source GRC platform. 254 AI tools. Human-approved autonomy.

Get running

git clone https://github.com/riskreadyeu/riskready-community.git cd riskready-community cp .env.example .env # edit: POSTGRES_PASSWORD, JWT_SECRET, ADMIN_EMAIL, ADMIN_PASSWORD docker compose up -d # first run ~3 minutes open http://localhost:9380 # log in as [email protected] / password123

Requires Docker 24+ with Compose v2. Linux, macOS, or Windows (WSL2).

What this is

9 MCP servers expose 254 tools that connect Claude directly to your compliance database — risks, controls, policies, incidents, audits, evidence, ITSM, and organisation governance.

Every AI mutation is proposed, not executed. A human reviews and approves each action before it touches the database. This holds for interactive chat, scheduled runs, and autonomous workflows.

You: "Give me a full security posture assessment." Agent: Convenes AI Council → 6 specialists analyse in parallel → CISO synthesises → structured report with consensus, dissents, and prioritised actions Cost: $0.19 on Haiku. $10 on Opus. 96% token reduction via tool search.

Three ways to connect

Mode How it works AI cost to you Security Web App Built-in chat UI with streaming, council, scheduled workflows You pay per token 8.1/10 MCP Proxy Claude Desktop connects remotely via API key — one endpoint, all 254 tools $0 8.9/10 Direct 9 stdio servers on your machine for local development $0 2.3/10

... continue reading