← Back to Plugins
MCP Server MCP

Korext: AI Code Governance

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "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"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "korext",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...