Korext: AI Code Governance
io.github.korext/governanceGovernance copilot for AI-assisted coding. 72 packs, 532 rules, proof bundles.
Tools · 5
Get enriched policy directives and living standards for one or more policy packs. Returns rules with governance context (CWE, MITRE, regulatory references) for inference time enforcement.
Check a code snippet against one or more policy packs. Returns violations with severity, governance context (CWE, MITRE, regulatory), and line numbers.
List available policy packs with industry and region tags.
Scan code against policy packs and generate a cryptographically signed proof bundle. Returns the bundle ID, decision (PASS/BLOCK), violation count, and verification URL.
Retrieve an existing proof bundle by ID. Returns the decision, violations, packs, and verification status.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"korext:_ai_code_governance": {
"url": "https://app.korext.com/api/mcp",
"transport": "streamable-http"
}
}
}