Skip to content
Back to search
100
MCP live v3.0.1 MCP 2025-11-25 streamable-http

Korext: AI Code Governance

io.github.korext/governance

Governance copilot for AI-assisted coding. 72 packs, 532 rules, proof bundles.

Uptime
100.0%
1 direct probes · 30d
Response
619ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_directives

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_code

Check a code snippet against one or more policy packs. Returns violations with severity, governance context (CWE, MITRE, regulatory), and line numbers.

list_packs

List available policy packs with industry and region tags.

generate_proof

Scan code against policy packs and generate a cryptographically signed proof bundle. Returns the bundle ID, decision (PASS/BLOCK), violation count, and verification URL.

get_proof

Retrieve an existing proof bundle by ID. Returns the decision, violations, packs, and verification status.

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"
    }
  }
}