Skip to content
VS Code

aictrl for VS Code

io.github.vasparshin/aictrl

Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls.

client:VS Code transport:streamable-http

Install aictrl in VS Code

.vscode/mcp.json

{
  "servers": {
    "aictrl": {
      "type": "http",
      "url": "https://aictrl.dev/mcp"
    }
  }
}

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

aictrl in other clients