Skip to content
Claude Desktop

aictrl for Claude Desktop

io.github.vasparshin/aictrl

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

client:Claude Desktop transport:streamable-http

Install aictrl in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "aictrl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://aictrl.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

aictrl in other clients