Serversio.github.Korext/governance
G

Korext: AI Code Governance

io.github.Korext/governance · v3.0.1
▦ npm
v3.0.1npm npm: korext🌐 https://app.korext.com/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Korext/governance",
  "description": "Governance copilot for AI-assisted coding. 72 packs, 532 rules, proof bundles.",
  "title": "Korext: AI Code Governance",
  "repository": {
    "url": "https://github.com/Korext/enforce-action.git",
    "source": "github"
  },
  "version": "3.0.1",
  "icons": [
    {
      "src": "https://www.korext.com/korext-logo-1024.png",
      "mimeType": "image/png",
      "sizes": [
        "1024x1024"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "korext",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.korext.com/api/mcp",
      "headers": [
        {
          "description": "Bearer token from app.korext.com Settings. Format: Bearer <token>",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}