Skip to content
VS Code

aicoreutils for VS Code

io.github.caseshy/aicoreutils

JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support.

client:VS Code transport:stdio runtime:pypi

Install aicoreutils in VS Code

.vscode/mcp.json

{
  "servers": {
    "aicoreutils": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aicoreutils"
      ]
    }
  }
}

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

aicoreutils in other clients