Skip to content
VS Code

ControlKeel for VS Code

io.github.aryaminus/controlkeel

Governed MCP workflows with policy validation, findings tracking, and review gates.

client:VS Code transport:stdio runtime:npm

Install ControlKeel in VS Code

.vscode/mcp.json

{
  "servers": {
    "controlkeel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aryaminus/controlkeel"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ControlKeel in other clients